Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected behavior when using "Edit Selected" button that appears after selecting all results from paginated views #10829

Closed
decoupca opened this issue Nov 3, 2022 · 0 comments · Fixed by #10848
Assignees
Labels
status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application

Comments

@decoupca
Copy link
Contributor

decoupca commented Nov 3, 2022

NetBox version

v3.3.7

Python version

3.8

Steps to Reproduce

  1. Navigate to any view with paginated results (e.g. Devices)
  2. Select all results by clicking the checkbox next to Name header
  3. A box appears above the results table with a checkbox labeled "Select all N devices matching query". On the right side of this box are two buttons: Edit Selected and Delete Selected
  4. Without checking the "Select all N items matching query" checkbox, click Edit Selected to the right in this upper box (not Edit Selected at the bottom of the page)

Expected Behavior

Move to the bulk edit view, editing all items selected in step 2 above. (should be same behavior as clicking the Edit Selected button at the bottom of the page.)

Observed Behavior

Sent back to unfiltered view with error "No devices were selected."

@decoupca decoupca added the type: bug A confirmed report of unexpected behavior in the application label Nov 3, 2022
@decoupca decoupca changed the title Unexpected behavior when using "Edit Selected" button that appears after selecting all results from quick search-filtered, paginated views Unexpected behavior when using "Edit Selected" button that appears after selecting all results from paginated views Nov 3, 2022
@arthanson arthanson self-assigned this Nov 4, 2022
@jeremystretch jeremystretch added the status: accepted This issue has been accepted for implementation label Nov 4, 2022
jeremystretch added a commit that referenced this issue Nov 4, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants