stable

Clone or download

Read-only

Handle _is_folder link

This is part of story #10736 administrate artifact links type at project level For the _is_folder type, it is displayed in the global administration only if the project has one tracker marked as folder. In addition, this type cannot be unused. Change-Id: I09e596c78193fd90ba2a30109b7acc2c734eb861

Modified Files

Name
M plugins/artifactsfolders/include/artifactsfoldersPlugin.class.php +23 −1 Go to diff View file
M plugins/tracker/include/Tracker/Admin/GlobalAdminController.php +18 −2 Go to diff View file
A plugins/tracker/include/Tracker/Events/ArtifactLinkTypeCanBeUnused.php +99 −0 Go to diff View file
A plugins/tracker/include/Tracker/Events/GetEditableTypesInProject.php +67 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NaturePresenterFactory.php +20 −0 Go to diff View file
M plugins/tracker/include/Tracker/TrackerManager.class.php +10 −2 Go to diff View file
M plugins/tracker/include/autoload.php +4 −2 Go to diff View file