stable

Clone or download

Read-only

Warn siteadmin about archivedeleteditems

Part of story #11196 - delete artifacts with REST api I've also clarified the warning message about dangerousness of the feature because it was not clear that an artifact deletion was the actual hardly reversible action (we could think we were talking about the limit). How to test: - Go to Tracker plugin settings on site-admin > archivedeleteditems is not enabled --> A message informs that artifacts will be exported then purged later. > archivedeleteditems is enabled --> A message informs that the artifacts will be archived in the folder defined in the plugin config. Change-Id: Ia10f5832bcfaf1e73da411d411b7d1c9802e9ddc

Modified Files

Name
M plugins/tracker/include/Tracker/Admin/ArtifactsDeletion/ArtifactsDeletionConfigController.php +20 −4 Go to diff View file
M plugins/tracker/include/Tracker/Admin/ArtifactsDeletion/ArtifactsDeletionConfigPresenter.php +11 −4 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +22 −4 Go to diff View file
M plugins/tracker/site-content/tuleap-tracker.pot +14 −2 Go to diff View file
M plugins/tracker/templates/siteadmin-config/artifacts-deletion.mustache +20 −1 Go to diff View file
M plugins/tracker/www/config.php +2 −1 Go to diff View file