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

Bulk creation of device components is limited to paginated results #2698

Closed
jeremystretch opened this issue Dec 17, 2018 · 0 comments
Closed
Labels
status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application

Comments

@jeremystretch
Copy link
Member

Environment

  • Python version: 3.5.2
  • NetBox version: 2.5.1

Steps to Reproduce

  1. Filter the devices list so that at least two pages' worth of results are displayed. (For example, if there are 50 devices per page, you should have at least 51 devices.)
  2. Click the checkbox at the top left corner of the table to select all displayed devices.
  3. Click the "select all n devices matching query" checkbox that appears.
  4. Scroll to the bottom of the page and select Add Components > Interfaces.

Expected Behavior

The next page should list all devices matching the query.

Observed Behavior

The next page lists only the first page of results from the search. This limits the user to creating components on only one page of devices at a time.

Workaround: The user can manually append ?per_page=x to the URL query parameters, where x is equal to or greater than the number of objects returned. (Related: #1870)

@jeremystretch jeremystretch added type: bug A confirmed report of unexpected behavior in the application status: accepted This issue has been accepted for implementation labels Dec 17, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Jan 16, 2020
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

No branches or pull requests

1 participant