stable

Clone or download

Read-only

DRY for tracker title + navbar in site admin

Part of story #11196 - delete artifacts with REST api How to test: In site admin, in tracker section you should be able to navigate aver tab. The correct current tab is selected Change-Id: I6057d872526f56ba235f0e9a65fdf4808afe2ee0

Modified Files

Name
M plugins/tracker/include/Tracker/Admin/ArtifactsDeletion/ArtifactsDeletionConfigPresenter.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/MailGatewayConfigPresenter.php +3 −2 Go to diff View file
A plugins/tracker/include/Tracker/Config/ArtifactLinkTypePresenter.php +29 −0 Go to diff View file
A plugins/tracker/include/Tracker/Config/ArtifactsDeletionPresenter.php +29 −0 Go to diff View file
A plugins/tracker/include/Tracker/Config/EmailGateWayPresenter.php +29 −0 Go to diff View file
A plugins/tracker/include/Tracker/Config/ReportPresenter.php +29 −0 Go to diff View file
M plugins/tracker/include/Tracker/Config/SectionsPresenter.php +4 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureConfigPresenter.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Report/TrackerReportConfigPresenter.php +3 −2 Go to diff View file
M plugins/tracker/include/autoload.php +6 −2 Go to diff View file
M plugins/tracker/templates/siteadmin-config/artifacts-deletion.mustache +1 −9 Go to diff View file
M plugins/tracker/templates/siteadmin-config/emailgateway.mustache +1 −9 Go to diff View file
M plugins/tracker/templates/siteadmin-config/natures.mustache +1 −9 Go to diff View file
A plugins/tracker/templates/siteadmin-config/site-admin-navbar.mustache +12 −0 Go to diff View file
M plugins/tracker/templates/siteadmin-config/tracker-report-config.mustache +1 −9 Go to diff View file