Closed Bug 699943 Opened 13 years ago Closed 13 years ago

Allow app deletion

Categories

(addons.mozilla.org Graveyard :: Developer Pages, defect, P1)

defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: krupa.mozbugs, Assigned: robhudson)

References

Details

App owners should be allowed delete their apps at https://addons-dev.allizom.org/en-US/developers/addon/app-344986/versions/
More specifically, this will implement soft deletes in the form of an addon "deleted" boolean flag in the database.  And various code that touches addons in various ways will need to be checked or updated to work with this new flag.
Priority: -- → P1
Target Milestone: --- → 6.3.1
Blocks: 679869
After discussion, we will re-use the database inactive flag (which is called "disabled_by_user" in Django) for this and only allow true database deletions for free addons (i.e. not for premium addons or apps).
https://github.com/mozilla/zamboni/commit/a1a2345
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
We don't allow deletes for apps. They can only be disabled. verified at https://apps-preview-dev.allizom.org/en-US/developers/app/test-webapp-7/versions
Status: RESOLVED → VERIFIED
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.