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
In order to uninstall, we need to delete all the the review date entities.
Except doing this will leave the scheduled transitions in place.
So we need a way to saftly remove the scheduled transitions and then remove the entitiy.
The review date entiity does store the transition id, so we can use that.
Also should apply the same vice versa.
The text was updated successfully, but these errors were encountered:
It's easy enough to add a hook to delete the associated scheduled transition entity when deleting a review date entity.
One concern is as scheduled transitions are separately managed, it is possible a user may use one created by the review date for some other purpose. This is probably quite unlikely, but it is something we should at least consider.
In order to uninstall, we need to delete all the the review date entities.
Except doing this will leave the scheduled transitions in place.
So we need a way to saftly remove the scheduled transitions and then remove the entitiy.
The review date entiity does store the transition id, so we can use that.
Also should apply the same vice versa.
The text was updated successfully, but these errors were encountered: