LabKey / labkey-ui-components

This repository defines all of the npm packages available in the @labkey scope.
Other
2 stars 2 forks source link

fix QueryModel.selectedState so it works on a partially filled last page #1556

Closed labkey-susanh closed 3 weeks ago

labkey-susanh commented 3 weeks ago

Rationale

While writing tests for Issue 51054, it was revealed that the selection state on the grid is incorrectly set to "some" when all items are selected on the last page but the last page is not full. This fixes that state.

Related Pull Requests

Changes