Skip to content

Commit

Permalink
Merge pull request #222 from ktzy0305/docs-UserGuide
Browse files Browse the repository at this point in the history
UG Fix
  • Loading branch information
ktzy0305 authored Nov 13, 2023
2 parents 153f1f0 + c4648e1 commit 6d3fb6a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import seedu.address.model.event.Event;
import seedu.address.model.person.Person;
import seedu.address.model.rsvp.Rsvp;
import seedu.address.model.rsvp.RsvpContainsEventPredicate;
import seedu.address.model.vendor.Vendor;
import seedu.address.model.venue.Venue;

Expand Down Expand Up @@ -135,6 +136,7 @@ public CommandResult execute(Model model) throws CommandException {
}

model.setRsvps(rsvpList);
model.updateFilteredEventRsvpList(new RsvpContainsEventPredicate(editedEvent));

// Set edited event to be shown in the UI
model.setEventToView(editedEvent);
Expand Down

0 comments on commit 6d3fb6a

Please sign in to comment.