-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
NetBox version
v2.11.0
Python version
v3.7.3
Steps to Reproduce
- Set a user with read-only permissions on e.g. IPAM > Prefixes
- Log in as that user
- View the list of IPAM prefixes
Expected Behavior
The data table appears to the left of the search box in the right column.
Observed Behavior
The data table appears below the boundary of the right search box, as if it were not correctly floated.
This does not happen if the user has create/edit permissions for the object type.
Reverting 0bb2a05, the fix for #6171, fixes this issue—but might cause a regression on that one.
Perhaps the scope of the permission condition testing needs to be adjusted.
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
