Record the pagination-cap fixes in the changelog
This commit is contained in:
15
CHANGELOG.md
15
CHANGELOG.md
@@ -10,6 +10,21 @@ ADR-007 and ADR-002.
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Pickers and batch label sheets no longer stop at 100 rows. `perpage` is
|
||||||
|
clamped to `MAX_PAGE_SIZE` (100) server-side and the response says nothing
|
||||||
|
about it, so a control asking for 500 or 1000 received the first 100 rows and
|
||||||
|
a success. On a site with 126 applications the 26 sorting last could not be
|
||||||
|
chosen as a knowledge-base topic; batch label printing rendered a sheet for
|
||||||
|
the first 100 of 262 machines that looked complete. New `fetchAllPages()`
|
||||||
|
helper plus `listAll()` on the applications, models, machines, computers,
|
||||||
|
printers, network, measuring-tools, USB and printed-parts APIs, used by the
|
||||||
|
KB article form and topic filter, the notification form, the report filter
|
||||||
|
builder, `AssetLabelBatch`, `PrinterQRBatch`, `USBLabelBatch`,
|
||||||
|
`PrintedPartsLabels`, `MachineForm` and `NetworkDeviceForm`. Lists that render
|
||||||
|
a page at a time are unchanged - they page deliberately.
|
||||||
|
|
||||||
## [0.11.0] - 2026-08-17
|
## [0.11.0] - 2026-08-17
|
||||||
|
|
||||||
The floor map became a set of drawings instead of one picture. A site can hold
|
The floor map became a set of drawings instead of one picture. A site can hold
|
||||||
|
|||||||
Reference in New Issue
Block a user