Remove scheduled meetings in favor of Meeting#recurrence_id#22720
Open
oliverguenther wants to merge 9 commits intodevfrom
Open
Remove scheduled meetings in favor of Meeting#recurrence_id#22720oliverguenther wants to merge 9 commits intodevfrom
oliverguenther wants to merge 9 commits intodevfrom
Conversation
f865d82 to
35bbaa6
Compare
35bbaa6 to
25cd7c1
Compare
ce4516c to
2af07fb
Compare
First, clear all recurrence_start_times as they will be shifting, and we do not want the unique index to apply. In the second pass, we re-assign the proper start_times.
2af07fb to
9f46166
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Up until now, we have to maintain a
ScheduledMeetingfor every meeting occurrence of a series. That is due to two things:cancelledstate of a meetinghttps://community.openproject.org/work_packages/73779