Open mfendeksilverstripe opened 2 months ago
@mfendeksilverstripe the pagination is broken by the upgrade of react-griddle
library, the old GridPagination vs the new Pagination has a completely different structure.
https://github.com/silverstripe/silverstripe-versioned-snapshot-admin/blob/master/client/src/components/HistoryViewer/HistoryViewer.js#L314 will need to be updated to use the new structure of the component.
Module version(s) affected
3.x-dev
Description
History viewer will break as long as the versions list has more than 30 items.
How to reproduce
Expected behaviour:
I want to see the history list the same way as I see this list when I have 30 or less items.
Actual behaviour:
I don't see the history viewer at all.
Error observed:
Possible Solution
Likely caused by a regression on how pagination is handled during CMS 5 upgrade. Temporary workaround can be applied by limiting the number of items to
30
.Additional Context
No response
Validations
silverstripe/installer
(with any code examples you've provided)