Skip to content

Commit

Permalink
Be sure to clear any existing exceptions.
Browse files Browse the repository at this point in the history
Fixes mysteriously appearing exceptions when creating an
event after editing/removing an existing event with exceptions and
both events have overlapping recurrence dates.
  • Loading branch information
mrubinsk committed Jan 20, 2016
1 parent a905156 commit 80cb595
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/kronolith.js
Expand Up @@ -5664,6 +5664,7 @@ KronolithCore = {
$('kronolithEventTarget').show();
$('kronolithEventTargetRO').hide();
$('kronolithEventForm').down('.kronolithFormActions .kronolithSeparator').show();
$('kronolithEventExceptions').clear();
if (id) {
// An id passed to this function indicates we are editing an event.
RedBox.loading();
Expand Down

0 comments on commit 80cb595

Please sign in to comment.