stable
Clone or download
How to test: - No mention of "Top backlog" when the feature flag is enabled. - The "Add to backlog" button in the Artifact view for features (artifacts that can be planned) in a Program project should have correct label and feedbacks. - The "Add to backlog" button in the Artifact view for backlog items (artifacts that can be planned) in a project using Backlog should have correct label and feedbacks. - The "Add to backlog" workflow post-action should have correct label and information text in Program project, in the features tracker workflow. Now the term `Backlog` becomes `Backlog` in French instead of `Plannification gΓ©nΓ©rale`. This patch take in account the feature flag value, so if you want to see the change, you have to keep the feature flag enabled: `tuleap config-set feature_flag_temporarily_deactivate_split_kanban_for_project 0` part of story #33979 have dedicated Backlog service Change-Id: I425149b4a44e38c9d7ba633d49eb5a753f303323
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/Artifact/AdditionalArtifactActionBuilder.php | +4 | β0 | Go to diff View file |
M | plugins/agiledashboard/scripts/artifact-additional-action/po/fr_FR.po | +20 | β0 | Go to diff View file |
M | plugins/agiledashboard/scripts/artifact-additional-action/po/pt_BR.po | +18 | β0 | Go to diff View file |
M | plugins/agiledashboard/scripts/artifact-additional-action/src/artifact-additional-action.ts | +28 | β10 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/ArtifactTopBacklogActionBuilder.php | +21 | β4 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +5 | β2 | Go to diff View file |
M | plugins/program_management/scripts/artifact-additional-action/po/fr_FR.po | +26 | β0 | Go to diff View file |
M | plugins/program_management/scripts/artifact-additional-action/po/pt_BR.po | +18 | β0 | Go to diff View file |
M | plugins/program_management/scripts/artifact-additional-action/src/artifact-additional-action.ts | +28 | β10 | Go to diff View file |
M | plugins/program_management/site-content/fr_FR/LC_MESSAGES/tuleap-program_management.po | +18 | β0 | Go to diff View file |
M | plugins/program_management/site-content/pt_BR/LC_MESSAGES/tuleap-program_management.po | +14 | β0 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/ArtifactTopBacklogActionBuilderTest.php | +8 | β1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/po/fr_FR.po | +6 | β0 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/po/pt_BR.po | +5 | β0 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/Externals/AddToBacklogProgramManagementPostAction.test.js | +11 | β0 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/Externals/AddToBacklogProgramManagementPostAction.vue | +15 | β2 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/Externals/AddToBacklogProgramManagementPostActionOption.vue | +8 | β3 | Go to diff View file |