dev

Clone or download

Read-only

Fix request #4456 : Fatal error when transition occurs

This is due to the missing bypassPermissions() method into Transition_PostAction_CIBuild class. Change-Id: If773be6ee1d6659f866e7178cc7bedd01e14bc49

Modified Files

Name
M plugins/tracker/include/workflow/PostAction/CIBuild/Transition_PostAction_CIBuild.class.php +4 −0 Go to diff View file
M plugins/tracker/include/workflow/PostAction/Field/Transition_PostAction_Field.class.php +2 −7 Go to diff View file
M plugins/tracker/include/workflow/PostAction/Transition_PostAction.class.php +14 −0 Go to diff View file
M plugins/tracker/include/workflow/Transition.class.php +1 −1 Go to diff View file
M plugins/tracker/tests/workflow/TransitionTest.php +25 −0 Go to diff View file