Opened 16 years ago
Closed 16 years ago
#10624 closed (duplicate)
has_add_permission not working correctly
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.