Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Issue
There are some APIs, on which the allegedly supported pagination does not work.
https://github.com/openMF/web-app/issues/1865 states that they are not web-app bugs.
Currently known cases:
- audit trail - does not work at all, checking from web-app.
- GL entry list - initial load shows 50 as "Item per page", but 10 is shown.
Expected behaviour
When opening a view, the initial view contains as many items, as it is shown as "Item per page".
When "Item per page" gets modified, it gets applied.
Next/Previous/First/Last page clicking works.