Skip to content

Commit

Permalink
fix(pat recurrence): Fix pagination of recurrence dates to not close …
Browse files Browse the repository at this point in the history
…overlay.
  • Loading branch information
petschki committed Oct 28, 2022
1 parent d7b2fc1 commit a011ba2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pat/recurrence/recurrence.js
Original file line number Diff line number Diff line change
Expand Up @@ -825,6 +825,7 @@ const RecurrenceInput = function (conf, textarea) {

// Add the batch actions:
element.find(".rioccurrences .batching a").on("click", function (event) {
event.stopPropagation();
event.preventDefault();
loadOccurrences(
startdate,
Expand Down

0 comments on commit a011ba2

Please sign in to comment.