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

Missing Referential Actions Since RC 3 #76

Closed
ezfe opened this issue Jun 15, 2018 · 0 comments
Closed

Missing Referential Actions Since RC 3 #76

ezfe opened this issue Jun 15, 2018 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ezfe
Copy link

ezfe commented Jun 15, 2018

Previously, in RC 2.3 the following code worked:

try builder.addReference(from: \.exhibitID, to: \Exhibit.id, actions: .update)

The .update action would delete the model if the Exhibit being referenced was deleted. This no longer compiles, and the only action remaining is .nullify.

@ezfe ezfe changed the title Missing Reference Actions Since RC 3 Missing Referential Actions Since RC 3 Jun 15, 2018
@ezfe ezfe closed this as completed Jun 15, 2018
@ezfe ezfe reopened this Jun 15, 2018
@tanner0101 tanner0101 added this to the 1.0.0-rc.3.0.1 milestone Jun 15, 2018
@tanner0101 tanner0101 added the bug Something isn't working label Jun 15, 2018
@tanner0101 tanner0101 self-assigned this Jun 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants