stable
Clone or download
Read-only
Merge 'gerrit #7393' into stable/master
* commit '7f6f37b': request #9867: No need to know if a artifact link type is used when we display the submit new artifact page Change-Id: Ic7c78fdb76753224e71f2e364c33351727550e22
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/artifactsfolders/include/Nature/NatureInFolderPresenter.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureConfigController.php | +16 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureConfigPresenter.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureDao.php | +19 | −10 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureIsChildPresenter.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NaturePresenter.php | +1 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NaturePresenterFactory.php | +1 | −2 | Go to diff View file |
A | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureUsagePresenter.php | +58 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureUsagePresenterFactory.php | +59 | −0 | Go to diff View file |
M | plugins/tracker/include/autoload.php | +4 | −2 | Go to diff View file |
M | plugins/tracker/templates/siteadmin-config/natures.mustache | +8 | −6 | Go to diff View file |
M | plugins/tracker/www/config.php | +4 | −0 | Go to diff View file |