stable
Clone or download
Read-only
This is part of story #13243 Import/export workflow simple mode via XML No functional change here. This rework is needed to for the XML import of this post action. Change-Id: I5e8bf0ae2f47ebd703b643a33dc2ee0c665283ab
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/timetracking/include/Timetracking/REST/v1/ProjectResource.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/REST/v1/ArtifactsResource.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/REST/v1/ProjectTrackersResource.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/REST/v1/TrackersResource.class.php | +4 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php | +4 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field.class.php | +5 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Computed.class.php | +0 | −11 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_PermissionsOnArtifact.class.php | +0 | −11 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker.class.php | +4 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/FrozenFields/FrozenFields.php | +11 | −5 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/FrozenFields/FrozenFieldsFactory.php | +18 | −3 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/FrozenFields/FrozenFieldsRetriever.php | +18 | −3 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Transition_PostActionFactory.class.php | +5 | −2 | Go to diff View file |
M | plugins/tracker/include/Workflow/SimpleMode/TransitionReplicatorBuilder.php | +4 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/PostAction/FrozenFields/FrozenFieldsFactoryTest.php | +22 | −3 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/PostAction/FrozenFields/FrozenFieldsRetrieverTest.php | +22 | −3 | Go to diff View file |