stable
Clone or download
Read-only
Merge commit 'refs/changes/30/3930/5' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #8026: Moving cards on the tracker cardwall does not take permissions into account Change-Id: I5fc75229acc176f1806afd09c77e6ac597cb78b7
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/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 | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/workflow/WorkflowTest.php | +17 | −6 | Go to diff View file |