stable

Clone or download

Read-only

First step to ArtifactLink natures management

Part of story #8833: show, import and manipulate links In a near future, site administrators will be able to define new natures for artifact links. This commit bootstrap the needed changes in order to display available natures. This is available in : site admin » plugins » Tracker. As of today only _is_child system nature is displayed. Addition/edition will come in next changesets. Change-Id: Ie132ffdccf32c37f06352287d9b22c4c26af6ef8

Modified Files

Name
A plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureConfigPresenter.php +42 −0 Go to diff View file
A plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NaturePresenter.php +35 −0 Go to diff View file
M plugins/tracker/include/TrackerPluginConfigController.php +5 −2 Go to diff View file
M plugins/tracker/include/TrackerPluginConfigPresenter.php +11 −4 Go to diff View file
M plugins/tracker/include/TrackerPluginConfigRouter.php +2 −2 Go to diff View file
M plugins/tracker/include/autoload.php +4 −2 Go to diff View file
M plugins/tracker/site-content/en_US/tracker.tab +9 −1 Go to diff View file
M plugins/tracker/site-content/fr_FR/tracker.tab +9 −1 Go to diff View file
M plugins/tracker/templates/siteadmin-config.mustache +2 −0 Go to diff View file
A plugins/tracker/templates/siteadmin-config/natures.mustache +23 −0 Go to diff View file
M plugins/tracker/www/themes/FlamingParrot/css/style.less +1 −0 Go to diff View file
M plugins/tracker/www/themes/default/css/style.less +15 −0 Go to diff View file