Closed
Bug 255655
Opened 21 years ago
Closed 20 years ago
[Approval Queue] Denying an upload does not delete the version
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
1.0
People
(Reporter: Bugzilla-alanjstrBugs, Assigned: wolf)
Details
(Whiteboard: beta)
The entry from t_version is not removed when you deny someone's request.
Assignee | ||
Comment 1•21 years ago
|
||
No it isn't.. It's marked as approved=no. :-) Are you expecting it to delete the
record entirely?
Severity: normal → enhancement
Actually, yes. Otherwise when they upload another one, they wind up with rows
of FFMMTT
Assignee | ||
Comment 3•20 years ago
|
||
If the record is removed, where's the discoverable UI on the website showing
that it was denied? ;-)
Summary: Denying an upload does not delete the version → [Approval Queue] Denying an upload does not delete the version
Assignee | ||
Comment 5•20 years ago
|
||
Comment #2 addressed a bug in additem actually thats been fixed. There's
currently no link from the overview page to t_approvallog and not much to go on
w/o the t_version record that matched up to it (as t_al intentionally records
the id/vid of the t_v record.)
Most cases for denial will be a situation that's corrected, and the item is
resubmitted, (upon resubmittal the duplicate old record would be removed anyway).
The only thing I can think of here that's needed is to make sure any files are
deleted so that only the DB record remains.
Status: NEW → ASSIGNED
Assignee | ||
Comment 6•20 years ago
|
||
Woo, set URI to null and delete the item from the approval files directory.
Whiteboard: fixed-development
Assignee | ||
Updated•20 years ago
|
Whiteboard: fixed-development → fixed-beta
Assignee | ||
Comment 7•20 years ago
|
||
Bulk Moving Developer Control Panel bugs to new component.
(Filter: massdevcpspam)
Component: Update → Developers
Product: mozilla.org → Update
Version: other → unspecified
Mass-resolving bugs that have been fixed on trunk.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 9•20 years ago
|
||
Sorry for the bugspam, reopening bugs wrongly marked as resolved.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Updated•20 years ago
|
Status: REOPENED → ASSIGNED
Assignee | ||
Updated•20 years ago
|
Target Milestone: --- → 1.0
Assignee | ||
Updated•20 years ago
|
Severity: minor → normal
Status: ASSIGNED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → FIXED
Whiteboard: fixed-beta → beta
Version: unspecified → 0.9
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•