Closed
Bug 1375421
Opened 8 years ago
Closed 7 years ago
Remove the “add product” feature from the admin panel
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: adrian, Assigned: alexisdeschamps)
References
Details
(Whiteboard: [good first bug])
Feature URL
-----------
https://crash-stats.mozilla.com/admin/products/
Parts impacted
--------------
* django-webapp, "manage" app (views, template)
* django-webapp, "crashstats" app (models)
* socorro, external.postgres.products
Rationals
---------
* that feature is never used for crash-stats, and was added for the sake of external users (we don't support external installs anymore)
* it depends on a function in Postgres called `add_new_product` which we want to be able to remove
Updated•7 years ago
|
Whiteboard: [good first bug]
Updated•7 years ago
|
Assignee: nobody → adeschamps
Comment 1•7 years ago
|
||
Commit pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/9d51c8685698ebab622d36c8e7a8f16589731446
fix bug 1375421: removed the "add product" feature from the admin panel. (#4454)
Why:
* the feature is never used for crash-stats, and was added for the sake of external users (we don't support external installs anymore)
* it depends on a function in Postgres called `add_new_product` which we want to be able to remove
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•