Details
-
Bug
-
Resolution: Fixed
-
Critical
-
1.9
-
None
-
Unknown
-
Description
On the Overview page one can do bulk actions since XAWORKFLOW-43
However if one has several pages of documents for one table, then the bulk action acts on the wrong set of document e.g.:
- go to the second page
- go back to the first page
the hidden list of document-ids that is updated every time a new page is loaded is updated when going to the second page, but not updated when going back to the first page; so the bulk action is instead acting on the entries in the second table.
Instead of listening to livetable load actions it is better to get the ids / fullNames of the displayed items (not sure how to do this except for HTML-scraping, however ...)