Opened 17 years ago
Closed 17 years ago
#5285 closed (wontfix)
Save and add another only for users with add permissions
Reported by: | anonymous | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Shouldn't the save and add another only show if the user has add permissions? What do the django developers think about this patch?
Attachments (1)
Change History (3)
by , 17 years ago
Attachment: | admin.patch added |
---|
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
I'll close this for now then.
Note:
See TracTickets
for help on using tickets.
On second thoughts, this patch doesn't really work as the add permission isn't put in the context by the admin views. I do think that this is something that needs to be fixed but since the whole admin is being redone anyways I'm not going to try to patch the old one. If once the new one comes out this isn't fixed, I'll try to patch it properly on that one.