stable
Clone or download
Read-only
story #12189 prevent field modification according to state This commit does not bring any functional change. It uses the newly created state object in the XML import context. Change-Id: Ife0ec8a85ed2ff0479322b4f9b084ad70fe45dfb
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Workflow/SimpleMode/State/StateFactory.php | +15 | −0 | Go to diff View file |
M | plugins/tracker/include/Workflow/Transition.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Workflow/TransitionFactory.class.php | +12 | −14 | Go to diff View file |
M | plugins/tracker/include/Workflow/WorkflowFactory.class.php | +12 | −3 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/TransitionFactoryTest.php | +7 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/WorkflowFactoryTest.php | +27 | −8 | Go to diff View file |
M | plugins/tracker/tests/workflow/WorkflowFactoryTest.php | +5 | −2 | Go to diff View file |