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 DeleteOptions implementation doesn't support setting propagationPolicy or preconditions, which were added since it was implemented. These settings can be useful (especially propagationPolicy) so should be supported.
(It also doesn't support orphanDependents but that is deprecated in favour of propagationPolicy so no point in implementing support for it now)
The text was updated successfully, but these errors were encountered:
Currently the DeleteOptions implementation doesn't support setting propagationPolicy or preconditions, which were added since it was implemented. These settings can be useful (especially propagationPolicy) so should be supported.
(It also doesn't support orphanDependents but that is deprecated in favour of propagationPolicy so no point in implementing support for it now)
The text was updated successfully, but these errors were encountered: