stable

Clone or download

Read-only

request #8026: Moving cards on the tracker cardwall does not take permissions into account

Change-Id: I77dcdb57d7cba373617927bce67e1910a330f914

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/Changeset/FieldsValidator.class.php +1 −14 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/NewChangesetCreatorBase.class.php +1 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_PermissionsOnArtifactDao.class.php +1 −1 Go to diff View file
M plugins/tracker/include/autoload.php +3 −2 Go to diff View file
M plugins/tracker/include/workflow/Transition/Condition/Permissions.class.php +10 −1 Go to diff View file
A plugins/tracker/include/workflow/Transition/Condition/Permissions/PermissionTransitionViolationException.class.php +27 −0 Go to diff View file
M plugins/tracker/include/workflow/Workflow.class.php +9 −3 Go to diff View file
M plugins/tracker/site-content/en_US/tracker.tab +1 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/tracker.tab +1 −0 Go to diff View file
M plugins/tracker/tests/workflow/WorkflowTest.php +17 −6 Go to diff View file