Opened 7 years ago
Closed 7 years ago
#28812 closed New feature (duplicate)
Lack of ModelAdmin permission to list all objects.
Description ¶
Listing all objects permission is connected to permission called: "has_change_permission". There is missing permission for listing all objects that we have permissions.
I suggest name as:
"has_list_permission"
It could take argument whether to display all objects or only these that has_change_permission returns True (sounds as default option), but also has_delete_permission and has_add_permission should be taken under consideration.
Note:
See TracTickets
for help on using tickets.
Duplicate of #8936 "Add view (read-only) permission to admin".