Read-only view of generic object list template pushes table beneath right-column search #4784

Closed
opened 2025-12-29 19:20:26 +01:00 by adam · 0 comments
Owner

Originally created by @tomryder-inspirenet on GitHub (Apr 19, 2021).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v2.11.0

Python version

v3.7.3

Steps to Reproduce

  1. Set a user with read-only permissions on e.g. IPAM > Prefixes
  2. Log in as that user
  3. 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.

buggy-prefixes-list

Originally created by @tomryder-inspirenet on GitHub (Apr 19, 2021). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v2.11.0 ### Python version v3.7.3 ### Steps to Reproduce 1. Set a user with read-only permissions on e.g. IPAM > Prefixes 2. Log in as that user 3. 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. ![buggy-prefixes-list](https://user-images.githubusercontent.com/42853816/115166444-49cdd000-a107-11eb-8b9e-beb33868131f.png)
adam added the type: bugstatus: accepted labels 2025-12-29 19:20:26 +01:00
adam closed this issue 2025-12-29 19:20:26 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#4784