Closed
Bug 899582
Opened 11 years ago
Closed 11 years ago
Deleted versions aren't being indicated as Deleted in the review history
Categories
(Marketplace Graveyard :: Reviewer Tools, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
2013-08-01
People
(Reporter: eviljeff, Assigned: mat)
References
()
Details
(Keywords: regression)
Looking at:
https://marketplace.firefox.com/reviewers/apps/review/zolal
it has 9 versions shown, but 6 of them are deleted and they are no longer indicated as such. Instead they show the state they had when they were deleted (pending full review).
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → mpillard
Reporter | ||
Comment 1•11 years ago
|
||
I did recently add a commit that changed status text (https://github.com/eviljeff/zamboni/commit/13a62d8e7ccbf4c7576156d7152fd411cf9dca56) but, afaik, it only affected the display of moz-disabled/rejected states and I added/removed no logic around deleted or not.
Assignee: mpillard → nobody
Reporter | ||
Comment 2•11 years ago
|
||
deleted version support added in
https://github.com/mozilla/zamboni/commit/3d2c962f167ff5d6b3178dee353b9d363d858daf
if that helps
Reporter | ||
Comment 3•11 years ago
|
||
narrowed it down to the fix ngoke made in https://github.com/mozilla/zamboni/commit/43935dfb70fffeb6563a25081e767eda0f6e4773#apps/editors/helpers.py
- previously https://github.com/mozilla/zamboni/blob/master/apps/versions/models.py#L351 was called which added the status of deleted; after the fix the version status is instead the concatenation of the file statuses, which don't have (?) a deleted status.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → mpillard
Status: NEW → ASSIGNED
Assignee | ||
Updated•11 years ago
|
Priority: -- → P3
Comment 4•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2013-08-01
Comment 5•11 years ago
|
||
Verified as fixed. Deleted versions are displayed as "Deleted" : http://screencast.com/t/fANe09wJV
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•