stable
Clone or download
Read-only
Part of story #12187 configure workflow pre & post actions at target state level How to test: - Go to /plugins/tracker/workflow/{tracker_id}/transitions - Add a new transition - Configure conditions - Update these conditions --> Check conditions are updated Change-Id: I36ada4429927de836a391286a853b6c0561cbd7e
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/REST/v1/Workflow/TransitionsPermissionsChecker.php | +12 | −0 | Go to diff View file |
M | plugins/tracker/include/REST/v1/Workflow/TransitionsResource.class.php | +68 | −1 | Go to diff View file |
A | plugins/tracker/include/REST/v1/Workflow/WorkflowTransitionPATCHRepresentation.php | +51 | −0 | Go to diff View file |
A | plugins/tracker/include/workflow/Transition/TransitionUpdateException.php | +29 | −0 | Go to diff View file |
A | plugins/tracker/include/workflow/Transition/TransitionUpdater.php | +118 | −0 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po | +13 | −0 | Go to diff View file |
M | plugins/tracker/site-content/tuleap-tracker.pot | +11 | −0 | Go to diff View file |
M | plugins/tracker/tests/rest/Workflows/TrackerWorkflowTransitionsTest.php | +36 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/api/rest-querier.js | +32 | −3 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/api/rest-querier.spec.js | +60 | −6 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/TransitionModal.vue | +21 | −4 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/store/transition-modal/transition-actions.js | +17 | −2 | Go to diff View file |
M | src/common/REST/Header.class.php | +4 | −0 | Go to diff View file |