Skip to content

Commit

Permalink
Merge pull request #4222 from effective-webwork/page-list-pagination
Browse files Browse the repository at this point in the history
Update the list of pages in pagination dialog after applying the pagi…
  • Loading branch information
Kathrin-Huber authored Mar 10, 2021
2 parents 2c4a5a3 + 1330566 commit 3c3c447
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,8 @@ public void startPaginationClick() {
mediaUnits.get(i).setOrderlabel(paginator.next());
}
}
paginationSelectionSelectedItems = new ArrayList<>();
preparePaginationSelectionItems();
dataEditor.refreshStructurePanel();
PrimeFaces.current().executeScript("PF('notifications').renderMessage({'summary':'"
+ Helper.getTranslation("paginationSaved") + "','severity':'info'})");
Expand Down

0 comments on commit 3c3c447

Please sign in to comment.