SyneticNL / Hyral

Hypermedia oriented Resource API Layer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add delete cascade support for one-to-one relationships

mnugter opened this issue · comments

A one-to-one relationship can safely remove the referenced resource when deleting the original resource. It should be a separate function which makes it clear that a cascaded delete will be performed

After offline discussion on this feature the leading opinion is that the backend should handle cascading deletes and not the frontend. Therefore I will close this issue and remove it form the Hyral scope.