stable
Clone or download
Read-only
This is part of story #10143 add/remove backlog items in planning view Both actions add and remove are now usable into the artifact view. The display of the feedback will be done in a dedicated commit. Change-Id: Ie257e289763e556a4e32f27c37bbe380d8bdd412
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/build-manifest.json | +6 | −0 | Go to diff View file |
R | plugins/agiledashboard/include/AgileDashboard/Artifact/AdditionalArtifactActionLinkBuilder.php | Go to diff View file | ||
M | plugins/agiledashboard/include/agiledashboardPlugin.php | +7 | −7 | Go to diff View file |
R | plugins/agiledashboard/phpunit/AgileDashboard/Artifact/AdditionalArtifactActionLinkBuilderTest.php | Go to diff View file | ||
M | plugins/agiledashboard/site-content/fr_FR/LC_MESSAGES/tuleap-agiledashboard.po | +2 | −2 | Go to diff View file |
A | plugins/agiledashboard/www/js/artifact-additional-action/po/fr_FR.po | +8 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/artifact-additional-action/src/artifact-additional-action.ts | +87 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/tsconfig.json | +9 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/webpack.config.js | +29 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/ActionButtons/AdditionalArtifactActionButtonsFetcher.php | +21 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/ActionButtons/AdditionalArtifactActionButtonsPresenterBuilder.php | +6 | −1 | Go to diff View file |
A | plugins/tracker/include/Tracker/Artifact/ActionButtons/AdditionalButtonAction.php | +58 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/ActionButtons/AdditionalButtonLinkPresenter.php | +10 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php | +3 | −0 | Go to diff View file |
M | plugins/tracker/templates/action-buttons/additional-action-button.mustache | +5 | −2 | Go to diff View file |
M | src/www/scripts/package-lock.json | +6 | −0 | Go to diff View file |
M | src/www/scripts/package.json | +1 | −0 | Go to diff View file |
A | src/www/scripts/tuleap/gettext/gettext-init.d.ts | +27 | −0 | Go to diff View file |
M | tools/utils/generate-po.php | +1 | −1 | Go to diff View file |
M | tools/utils/scripts/gettext/file-extractor.js | +11 | −3 | Go to diff View file |
D | tools/utils/scripts/typescript-gettext-extractor-cli.js | +0 | −123 | Go to diff View file |