Tables in ObjectChildrenView show checkboxes despite lack of permissions #10996
Labels
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
NetBox version
v3.4-beta1
Python version
3.8
Steps to Reproduce
Expected Behavior
The IP address should be listed, but since the user does not have any permissions to change or delete anything there should not be any check boxes left to the IP address(es) in the list, nor a "select all" check box in the header.
This would be the same behaviour like the one in the global "IP Addresses" list view, where the display of unnecessary check boxes is suppressed:
Observed Behavior
The IP addresses in the ObjectChildrenView are displayed with checkboxes, although there is no bulk action that could be executed due to the lack of permissions:
The text was updated successfully, but these errors were encountered: