Closed
Bug 740645
Opened 13 years ago
Closed 12 years ago
Add Django permissions for Inproduct Redirects
Categories
(support.mozilla.org :: General, defect)
support.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jsocol, Assigned: mythmon)
Details
We neglected to add these because back in the day we had lots of superusers. Now we have very few superusers, so we really need be able to give people permissions to edit these things.
Assignee | ||
Comment 1•12 years ago
|
||
Is there already an interface to add/edit this, and we just need to rig it up with permissions, or is this bug to create that interface (and make sure it supports permissions)?
Comment 2•12 years ago
|
||
This is only about creating a migration that inserts the 3 default permissions for the models. The migration should be something like this:
https://github.com/mozilla/kitsune/commit/72ccab35bc611b4c600fc8f713f5840dd456e754
The model is Redirect which is in apps/inproduct/models.py
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → mcooper
Assignee | ||
Comment 3•12 years ago
|
||
Assignee | ||
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•