stable

Clone or download

Read-only

Refactoring: GlobalAdmin* is too generic

Move GlobalAdminController to ArtifactLinksController so that it is more specific. It will allow us to introduce new tabs in tracker global admin that are not linked to artifact links. No functional changes. Part of request #17057: Trackers should be promoted in New dropdown in global admin Change-Id: If5740cdcb0fa4f6d0a55248abe00f1b0ff7de01d

Modified Files

Name
R plugins/tracker/include/Tracker/Admin/GlobalAdminController.php Go to diff View file
R plugins/tracker/include/Tracker/Admin/GlobalAdminPresenter.php Go to diff View file
M plugins/tracker/include/Tracker/Creation/TrackerCreationBreadCrumbsBuilder.php +1 −2 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +7 −0 Go to diff View file
M plugins/tracker/include/Tracker/TrackerManager.class.php +2 −3 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +5 −4 Go to diff View file
R plugins/tracker/scripts/global-admin.js Go to diff View file
R plugins/tracker/templates/global-admin.mustache Go to diff View file
M plugins/tracker/tests/unit/Tracker/TrackerManagerTest.php +2 −2 Go to diff View file
M plugins/tracker/webpack.common.js +1 −1 Go to diff View file