stable

Clone or download

Read-only

Display empty configuration tab in site-admin

Part of story #11196 - delete artifacts with REST api How to test: - In site-admin, go to Administration (navbar) > Tracker (sidebar) --> You can see a tab named "artifacts deletion" - Click on it --> An empty pane is displayed Change-Id: I049e5065397e916bbb4ac5f069519131ae8a1438

Modified Files

Name
A plugins/tracker/include/Tracker/Admin/ArtifactsDeletion/ArtifactsDeletionConfigController.php +52 −0 Go to diff View file
A plugins/tracker/include/Tracker/Admin/ArtifactsDeletion/ArtifactsDeletionConfigPresenter.php +40 −0 Go to diff View file
M plugins/tracker/include/Tracker/Config/ConfigRouter.php +13 −2 Go to diff View file
M plugins/tracker/include/Tracker/Config/SectionsPresenter.php +9 −3 Go to diff View file
M plugins/tracker/include/Tracker/Report/TrackerReportConfigPresenter.php +1 −0 Go to diff View file
M plugins/tracker/include/autoload.php +4 −2 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +14 −2 Go to diff View file
M plugins/tracker/site-content/tuleap-tracker.pot +12 −0 Go to diff View file
A plugins/tracker/templates/siteadmin-config/artifacts-deletion.mustache +33 −0 Go to diff View file
M plugins/tracker/templates/siteadmin-config/emailgateway.mustache +1 −0 Go to diff View file
M plugins/tracker/templates/siteadmin-config/natures.mustache +1 −0 Go to diff View file
M plugins/tracker/templates/siteadmin-config/tracker-report-config.mustache +1 −0 Go to diff View file
M plugins/tracker/www/config.php +5 −1 Go to diff View file