stable

Clone or download

Read-only

Check type usage during changeset creation

This is part of story #10736 administrate artifact links type at project level The type is now checked when the changeset is created. If the type used is no more usable while editing / creating, an error message is displayed (twice I know, but a next patch will fix that). If the type previously used is no more available, the type will be clear automatically. This behaviour is set in the warning content of the administration page. Change-Id: If9204ede8bc4c4a395a0edc4e4c23eb99ac6c496

Modified Files

Name
M plugins/tracker/include/Tracker/Admin/GlobalAdminController.php +18 −3 Go to diff View file
M plugins/tracker/include/Tracker/Admin/GlobalAdminPresenter.php +10 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/ArtifactLinkValidator.php +32 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.class.php +8 −1 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +13 −3 Go to diff View file
M plugins/tracker/site-content/tuleap-tracker.pot +11 −3 Go to diff View file
M plugins/tracker/templates/global-admin.mustache +6 −4 Go to diff View file
M plugins/tracker/tests/ArtifactLinkValidatorTest.php +19 −6 Go to diff View file