Skip to content

Commit

Permalink
Fix : Applying changes on repeating events to 'all' or 'all future' e…
Browse files Browse the repository at this point in the history
…vents stopped working [SDBELGA-775] (superdesk#1926)
  • Loading branch information
devketanpro authored Mar 1, 2024
1 parent 55385ac commit 4abd907
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export class UpdateRecurringEventsComponent extends React.Component<IProps, ISta
submit() {
const updates = {
...this.props.updates,
update_method: this.state.eventUpdateMethod.value,
update_method: this.state.eventUpdateMethod,
};

updates.associated_plannings.forEach((planningItem) => {
Expand Down

0 comments on commit 4abd907

Please sign in to comment.