localgovdrupal / localgov_workflows

Default editorial workflow for LocalGov Drupal content.
GNU General Public License v2.0
0 stars 1 forks source link

Remove review scheduled transitions when a page is archived #65

Closed andybroomfield closed 2 months ago

andybroomfield commented 11 months ago

Ref #59

Implements the part of delete scheduled transitions by removing the review scheduled transition from a page that has been archived.

andybroomfield commented 5 months ago

Need to resolve the merge conflict, I assume this is changeing the view title @stephen-cox ?

finnlewis commented 2 months ago

@andybroomfield is going to take another look, update the view and pull request then take out of draft when ready.

andybroomfield commented 2 months ago

Ready for review now and test added. This will remove any scheduled review transitions and active reviews for any node that is archived. Only applies to future nodes as not sure how to do a DB update / clean up for existing ones that have entered review yet, but should stop future ones being set.