Opened 16 years ago
Closed 16 years ago
#10624 closed (duplicate)
has_add_permission not working correctly
Reported by: | anonymous | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | 1.0 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
There's a remaining issue regarding ticket #5447. I added the method "def has_add_permission(*args):return False" to a ModelAdmin class, but the "Add" button stills appearing in the application page (http://mysite/myproject/admin/myapplication) next to the model.
It doesn't show up in the Home admin page (http://mysite/myproject/admin/), neither in the model modify page (http://mysite/myproject/admin/myapplication/somemodel), and also clicking in the "Add" button that appears in the application page, it shows the message "Permission denied", which is the expected behavior.
This is a dupe of #9036.