Bulk creation of device components is limited to paginated results #2698
Labels
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Environment
Steps to Reproduce
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)The text was updated successfully, but these errors were encountered: