stable

Clone or download

Read-only

story #8833: add a select nature box in the frontend

When adding artifact links the user can now select a nature if the tracker allows it. The backend does not process the nature field at the moment, it will come in another patchset. Change-Id: I0a390014914c6cf27b339b7dae737d9f9ef9f491

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureConfigController.php +6 −13 Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureFactory.php Go to diff View file
A plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureSelectorPresenter.php +35 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.class.php +24 −5 Go to diff View file
M plugins/tracker/include/autoload.php +4 −3 Go to diff View file
A plugins/tracker/templates/artifactlink-nature-selector.mustache +5 −0 Go to diff View file
M plugins/tracker/www/config.php +2 −2 Go to diff View file
M plugins/tracker/www/scripts/TrackerArtifactLink.js +1 −1 Go to diff View file
M plugins/tracker/www/themes/default/css/style.less +4 −0 Go to diff View file