stable

Clone or download

Read-only

Rename the `Top Planning Backlog`/`Top Backlog` to `Backlog` in Program Management

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