Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attendees are not updated #690

Closed
albertolfd opened this issue Aug 7, 2020 · 3 comments
Closed

Attendees are not updated #690

albertolfd opened this issue Aug 7, 2020 · 3 comments
Labels
Milestone

Comments

@albertolfd
Copy link

albertolfd commented Aug 7, 2020

Describe the bug

When updating a schedule with calendar.updateSchedule(), the changes done in the list of attendees are not saved.

To Reproduce

  1. Create a schedule with attendees (i.e. ["Maria", "Anna"])
  2. Update the same schedule adding new attendees or removing old attendees (i.e. ["Maria", "Jorge"])
  3. Attendees are not updated and remain the same as when you created the schedule (i.e. ["Maria", "Anna"])

Expected behavior

Attendees are updated (["Maria", "Jorge"])

Desktop:

  • Chrome
  • 1.12.13

Additional context

It seems that the method "Base.prototype.updateSchedule()" in "src/js/controller/base.js" does not make any change on attendees

@albertolfd albertolfd added the Bug label Aug 7, 2020
@auto-comment
Copy link

auto-comment bot commented Aug 7, 2020

Thank you for raising an issue.
We will try and get back to you as soon as possible.

Please make sure you have filled out issue respecting our form in English and given us as much context as possible. If not, the issue will be closed or not replied.

@chnirt
Copy link

chnirt commented Aug 10, 2020

I have the same issue ? Anyone help me pls

@jungeun-cho jungeun-cho added this to the v1.12.14 milestone Sep 22, 2020
@jungeun-cho
Copy link
Contributor

It released v1.12.14.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants