You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
ezfe
changed the title
Missing Reference Actions Since RC 3
Missing Referential Actions Since RC 3
Jun 15, 2018
Previously, in RC 2.3 the following code worked:
The
.update
action would delete the model if theExhibit
being referenced was deleted. This no longer compiles, and the only action remaining is.nullify
.The text was updated successfully, but these errors were encountered: