Opened 17 years ago
Closed 17 years ago
#6375 closed (wontfix)
auth app backend shows extra permissions as "app | model | permission" instead of "app | permission"
Reported by: | Owned by: | George Vilches | |
---|---|---|---|
Component: | Contrib apps | Version: | newforms-admin |
Severity: | Keywords: | auth permissions | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Extra permissions that are added via a model show up as "app | model | permission" in the admin backend for the auth app but can only be accessed as "app.permission". So they should show up as "app | permission" as there can't be two permissions with the same name in different models of the same app.
Change History (2)
comment:1 by , 17 years ago
Owner: | changed from | to
---|
comment:2 by , 17 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
(The following is a paraphrase of jkocherans's comments on this ticket during the sprint)
Closing this as WONTFIX since from a display point of view, the name of the permission is entirely user-controlled, and they may not include information that indicates what model the permission is based off of, making it hard to identify what the permission applies to.
Accepting per jkocherhans.