stable

Clone or download

Read-only

Remove siteadmin Artifact link types restrictor

This is part of story #10736 administrate artifact links type at project level There is no functionnal changes for the end user. If the option is activated or not in the tracker global admin, the types will appear/disappear in: * Tracker report * Artifact view (read-only and edit mode) * CSV export * XML import / export Technically, all the check / calls are now done with the new objects. The old database is no more instanciated, but the existing one are not removed for now. Change-Id: I397135a5a09ce19b1169a5d0f55a56dd7c7310f9

Modified Files

Name
M plugins/tracker/db/install.sql +0 −5 Go to diff View file
M plugins/tracker/include/Tracker/Admin/ArtifactLinksUsageUpdater.php +5 −0 Go to diff View file
D plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/AllowedProjectsConfig.php +0 −77 Go to diff View file
D plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/AllowedProjectsDao.php +0 −59 Go to diff View file
D plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/AllowedProjectsPresenter.php +0 −71 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureConfigController.php +14 −81 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureConfigPresenter.php +10 −14 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report.class.php +9 −8 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +7 −7 Go to diff View file
M plugins/tracker/include/TrackerXmlImport.class.php +2 −17 Go to diff View file
M plugins/tracker/include/autoload.php +2 −5 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +0 −11 Go to diff View file
M plugins/tracker/site-content/en_US/tracker.tab +0 −16 Go to diff View file
M plugins/tracker/site-content/fr_FR/tracker.tab +0 −16 Go to diff View file
M plugins/tracker/templates/siteadmin-config/natures.mustache +0 −13 Go to diff View file
M plugins/tracker/tests/TrackerXmlImportTest.php +25 −29 Go to diff View file
M plugins/tracker/www/config.php +0 −6 Go to diff View file