stable

Clone or download

Read-only

remove unused Condition::fetch methods

This is part of story #14096 have a post action to add "Scrum Top Backlog" flag This refactoring remove dead code about old workflow way of displaying conditions. No functional changes are expected here. Some unit tests are also fixed in this contribution because the CI raises some errors while validation this patch. Change-Id: I80cbbd4da2ff187b8bc1ee2de057682921eb812e

Modified Files

Name
M plugins/tracker/include/Workflow/Transition.class.php +0 −8 Go to diff View file
M plugins/tracker/include/Workflow/Transition/Condition.class.php +3 −9 Go to diff View file
M plugins/tracker/include/Workflow/Transition/Condition/CommentNotEmpty.class.php +3 −29 Go to diff View file
M plugins/tracker/include/Workflow/Transition/Condition/FieldNotEmpty.class.php +3 −40 Go to diff View file
M plugins/tracker/include/Workflow/Transition/Condition/Permissions.class.php +1 −20 Go to diff View file
M plugins/tracker/include/Workflow/Transition/ConditionsCollection.class.php +2 −25 Go to diff View file
M plugins/tracker/phpunit/Tracker/FormElement/TrackerFormElementFactoryTest.php +7 −0 Go to diff View file
M plugins/tracker/site-content/en_US/tracker.tab +0 −4 Go to diff View file
M plugins/tracker/site-content/fr_FR/tracker.tab +0 −4 Go to diff View file
M plugins/tracker/themes/default/css/style.scss +0 −13 Go to diff View file
M tests/phpunit/common/SystemEvent/SystemEventManagerGetTypesForQueueTest.php +7 −0 Go to diff View file