WebCuratorTool / webcurator

The root of the webcurator tool project, containing all modules needed to run a fully functional webcurator tool.
Apache License 2.0
2 stars 1 forks source link

The pagination and persistence tables of New UI (#142, #143) #147

Open leefrank9527 opened 1 month ago

leefrank9527 commented 1 month ago

The commits for pagination (https://github.com/WebCuratorTool/webcurator/issues/143) and persistence tables (https://github.com/WebCuratorTool/webcurator/issues/142).

There is a little change about the Target Rest API (Targets.java), so if the limit field is set to "0" or "-1", it will return the full list.

hannakoppelaar commented 2 weeks ago

I've added a few missing spaces that were bugging me :) As far as I'm concerned this is ready to be merged.