Skip to content

Commit

Permalink
fix: update ateendees of schedule(nhn#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
jungeun-cho committed Sep 22, 2020
1 parent 0dbf359 commit 44ebf62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/js/controller/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,10 @@ Base.prototype.updateSchedule = function(schedule, options) {
schedule.set('raw', options.raw);
}

if (options.attendees) {
schedule.set('attendees', options.attendees);
}

this._removeFromMatrix(schedule);
this._addToMatrix(schedule);

Expand Down

0 comments on commit 44ebf62

Please sign in to comment.