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
Currently the has_one relations between Link and parent for both the single and the multi link field are updated when the parent is saved e.g. the page edit form is saved
This can result in a fairly uninuitive situation where orphaned links can be created if the use navigates away from the page without saving. This will get particularly confusing once link sorting has been implemented
Excluded
Updating the parent save/published button state - this will be done in another card
Acceptance criteria
Link relations are saved to the database on Link creation (modal save) rather than parent save
Currently the has_one relations between Link and parent for both the single and the multi link field are updated when the parent is saved e.g. the page edit form is saved
This can result in a fairly uninuitive situation where orphaned links can be created if the use navigates away from the page without saving. This will get particularly confusing once link sorting has been implemented
Excluded
Acceptance criteria
PRs
The text was updated successfully, but these errors were encountered: