Skip to content

Commit

Permalink
fix(calendar): restore UIxOccurenceDialog
Browse files Browse the repository at this point in the history
Renamed as action class UIxOccurenceEditor.

Fixes #5141
Fixes #5160
  • Loading branch information
cgx committed Sep 16, 2020
1 parent 728a006 commit 1bec216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UI/Scheduler/product.plist
Expand Up @@ -307,7 +307,7 @@
};
delete = {
protectedBy = "Delete Object";
pageName = "UIxOccurenceDialog";
actionClass = "UIxOccurenceEditor";
actionName = "delete";
};
adjust = {
Expand All @@ -333,7 +333,7 @@
};
delete = {
protectedBy = "Delete Object";
pageName = "UIxOccurenceDialog";
actionClass = "UIxOccurenceEditor";
actionName = "delete";
};
};
Expand Down

0 comments on commit 1bec216

Please sign in to comment.