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

[5.0-rc2] Mark join entities as Added when either side is Added #22669

Merged
merged 1 commit into from
Sep 22, 2020

Conversation

ajcvickers
Copy link
Member

Fixes #22647

Description

If the entity on either end of a many-to-many relationship is Added, then any join entity instance must be new since it references a new entity via a required relationship. This change improves the many-to-many experience by detecting this case.

Customer Impact

This is an improvement to the experience for the new many-to-many feature. Doing this now instead of in the future avoids a breaking change after 5.0. Therefore, doing this now will help customers have a seamless update to 6.0.

How found

Customer reported on RC1.

Test coverage

Added additional test coverage around this case.

Regression?

No; new feature.

Risk

Low; small change in behavior.

Fixes #22647

**Description**

If the entity on either end of a many-to-many relationship is Added, then any join entity instance must be new since it references a new entity via a required relationship. This change improves the many-to-many experience by detecting this case.

**Customer Impact**

This is an improvement to the experience for the new many-to-many feature. Doing this now instead of in the future avoids a breaking change after 5.0. Therefore, doing this now will help customers have a seamless update to 6.0.

**How found**

Customer reported on RC1.

**Test coverage**

Added additional test coverage around this case.

**Regression?**

No; new feature.

**Risk**

Low; small change in behavior.
@ajcvickers ajcvickers removed this from the 5.0.0 milestone Sep 22, 2020
@ajcvickers ajcvickers merged commit 89f0e61 into release/5.0-rc2 Sep 22, 2020
@ajcvickers ajcvickers deleted the ExistensialExistence0922 branch September 22, 2020 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants