Skip to content

Commit

Permalink
Revert "Fixed test_pm_Validate_workflowAdaptations_removed_return_to_…
Browse files Browse the repository at this point in the history
…proposing_group_with_all_validations"

This reverts commit 9a08dc0.
  • Loading branch information
gbastien committed Jan 29, 2025
1 parent d667b36 commit ca12e4e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Products/PloneMeeting/tests/testWFAdaptations.py
Original file line number Diff line number Diff line change
Expand Up @@ -1720,9 +1720,6 @@ def _return_to_proposing_group_with_validation_active(self):
def _process_transition_for_correcting_item(self, item, all):
self.changeUser('pmCreator1')
self.do(item, 'goTo_returned_to_proposing_group_proposed')
back_to_meeting_tr_id = "backTo_presented_from_returned_to_proposing_group"
if item.getMeeting().query_state() == "frozen":
back_to_meeting_tr_id = "backTo_itemfrozen_from_returned_to_proposing_group"
if all:
self.changeUser('pmReviewerLevel1')
self.assertEqual(self.transitions(item),
Expand Down

0 comments on commit ca12e4e

Please sign in to comment.