-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
Added soft deleting to Backend User Groups #972
Added soft deleting to Backend User Groups #972
Conversation
softDelete option should not be added to the UserGroup model relation, only to User model relation |
@mjauvin Removed/reverted |
Waiting for wintercms/storm#156 to be merged. |
Adds support for automatic detaching / deletion of relationships using pivot tables. Related: wintercms/winter#386, wintercms/winter#972. Documented by wintercms/docs#159. Co-authored-by: Ben Thomson <[email protected]> Co-authored-by: Luke Towers <[email protected]>
@arvislacis can you test if applying this PR properly fixes the issue with Storm's develop branch? @LukeTowers or @bennothommo will merge this if it does. |
@mjauvin Yes, I can confirm that applying this PR and the latest changes from winter/storm develop branch fixes the issue. |
@bennothommo @LukeTowers we can merge this one and close its associated issue (#386) |
Tries to solve #386
Depends on wintercms/storm#156 PR