-
Notifications
You must be signed in to change notification settings - Fork 460
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[jamf_pro] Inventory pagination fix (#12231)
* Always include the General section of inventory data. * Update the cursor whenever there is new data. * Assume there isn't another page if the current page isn't full. * Correct the name of the `enable_section_content_caching` variable. * Adjust the `page_size` variable description to correct the maximum. * Simplify code to set the inventory filter parameter. This has been manually tested against the live API.
- Loading branch information
1 parent
191eb51
commit d93bf87
Showing
4 changed files
with
24 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters