stable
Clone or download
Read-only
This is part of story #13998 add/remove backlog items in artifact view If an artifact can be added into the explicit top backlog, then the add action is displayed into artifact actions. If an artifact is in the explicit top backlog, then the remove action is displayed into the artifact actions. Both actions are displayed, we cannot click on them for now. Currently, there is no glyph for these two actions. They will be added into a dedicated commit. Change-Id: I90923ecba4bf1540b732c55c2dfff6cd11b1a0bb
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/agiledashboard/include/AgileDashboard/Artifact/AdditionalArtifactActionLinkBuilder.php | +120 | −0 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/Artifact/PlannedArtifactDao.php | +44 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.php | +27 | −1 | Go to diff View file |
A | plugins/agiledashboard/phpunit/AgileDashboard/Artifact/AdditionalArtifactActionLinkBuilderTest.php | +253 | −0 | Go to diff View file |
M | plugins/agiledashboard/site-content/fr_FR/LC_MESSAGES/tuleap-agiledashboard.po | +6 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/ActionButtons/AdditionalButtonLinkPresenter.php | +9 | −2 | Go to diff View file |
M | plugins/tracker/templates/action-buttons/additional-action-button.mustache | +4 | −1 | Go to diff View file |