Opened 16 years ago
Last modified 16 years ago
#7344 closed
Plus sign still available even if add rights are not granted — at Initial Version
Reported by: | mrtot | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Keywords: | newforms-admin, foreign key, admin | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
When you have a model like this:
class Player
#...
class PlayerImage
player = model.ForeignKey(Player)
And you login with a user that has full rights on PlayerImage but only modify rights on Player he still sees the plus sign next to the drop down list "Player" in the change PlayerImage menu.
Note:
See TracTickets
for help on using tickets.