Fixed #13298 "No records Found" when Switching between Single and Multi-Page Licenses #13363
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Example of use case: If we have a license that have 20 license seats and we have the BootstrapTable pagination set to show tables with 10 items per page, when we are in the second page (license seats from 11 to 20) and then we try to see another license, but it only has 10 license seats, as the offset is remembered the system still try to retrieve license seats from range 11 to 20, but that license only have from 1 to 10, and shows a message that no records where found.
In this PR I just adjust the offset value if is the same or bigger than the license seats total of the license we are looking at the moment. This also have the benefit of still remember the page we were when coming back to the license with bigger number of license seats.
Fixes #13298
Type of change
How Has This Been Tested?
Test Configuration: