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
@rocknrolla777 Hello. First of all, thanks for this awesome mixin.
I tried to set the options as described in the readme, but I have some problems when setting the deepDelete: true in the mixin options. This option is simply ignored and it leads to the skipping of the related model deep deletion (when debug mode is enabled, I can see the "Skipping delete for MyModelName" message printed).
I think this problem is caused by this line. I guess it should instead be:
@rocknrolla777 Hello. First of all, thanks for this awesome mixin.
I tried to set the options as described in the readme, but I have some problems when setting the deepDelete: true in the mixin options. This option is simply ignored and it leads to the skipping of the related model deep deletion (when debug mode is enabled, I can see the "Skipping delete for MyModelName" message printed).
I think this problem is caused by this line. I guess it should instead be:
For now to make deep delete work, I had to set deepDelete: true for all the relations exclusively.
The text was updated successfully, but these errors were encountered: