From 5f5ed7b1d4df4ea43a8a9b07ee049a86afa58e15 Mon Sep 17 00:00:00 2001 From: cproudlock Date: Mon, 17 Aug 2026 14:17:21 -0400 Subject: [PATCH] Record the pagination-cap fixes in the changelog --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a028bf5..68e6f00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,21 @@ ADR-007 and ADR-002. ## [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 The floor map became a set of drawings instead of one picture. A site can hold