From 8c4a7ac430ecf90ebf840e8c7501569074e8dce0 Mon Sep 17 00:00:00 2001 From: Tobias Dillmann Date: Fri, 20 Sep 2024 14:28:41 +0200 Subject: [PATCH 1/2] [#57648] "Add assignee" button in Team Planner -> "+ Assignee" --- .../planner/team-planner.component.html | 13 ++++++++++--- modules/team_planner/config/locales/js-en.yml | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/frontend/src/app/features/team-planner/team-planner/planner/team-planner.component.html b/frontend/src/app/features/team-planner/team-planner/planner/team-planner.component.html index 71dbfb6e4431..51fe150cd1e6 100644 --- a/frontend/src/app/features/team-planner/team-planner/planner/team-planner.component.html +++ b/frontend/src/app/features/team-planner/team-planner/planner/team-planner.component.html @@ -135,8 +135,12 @@ class="op-team-planner--empty-state-button button -primary" data-test-selector="op-team-planner--empty-state-button" (click)="showAssigneeAddRow()" - [textContent]="text.add_assignee" > + + + @@ -153,8 +157,11 @@ data-test-selector="tp-assignee-add-button" data-tour-selector="tp-assignee-add-button" > - - + + + diff --git a/modules/team_planner/config/locales/js-en.yml b/modules/team_planner/config/locales/js-en.yml index 1b6d9007d6f9..abce0145fd31 100644 --- a/modules/team_planner/config/locales/js-en.yml +++ b/modules/team_planner/config/locales/js-en.yml @@ -8,7 +8,7 @@ en: create_title: 'Create new team planner' unsaved_title: 'Unnamed team planner' no_data: 'Add assignees to set up your team planner.' - add_assignee: 'Add assignee' + add_assignee: 'Assignee' remove_assignee: 'Remove assignee' two_weeks: '2-week' one_week: '1-week' From 4428e5587bd7cdb91fefae64a6a8110071c423e3 Mon Sep 17 00:00:00 2001 From: Tobias Dillmann Date: Mon, 23 Sep 2024 09:37:20 +0200 Subject: [PATCH 2/2] [#57648] update documentation with new button spelling --- docs/user-guide/team-planner/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/team-planner/README.md b/docs/user-guide/team-planner/README.md index ef3e9934b2e5..64c79e0c99fb 100644 --- a/docs/user-guide/team-planner/README.md +++ b/docs/user-guide/team-planner/README.md @@ -50,7 +50,7 @@ A team planner has a number of features numbered 1 to 8 in the above screenshot: 1. Click on the name of your team planner (*Marketing Team* in the example above) to edit it. Unless it's a new team planner, this change has to be confirmed by pressing the floppy disk icon that appears next to the name after you change it. 2. Use the **+ Add existing** button to add an existing work package to the team planner. You do this by searching for work package and dragging its card to an assignee, at a certain time. This will then update the *assignee*, *start date* and *finish date* attributes of that work package. -3. Add a new team member to the assignee column by Clicking on the **Add assignee** button. +3. Add a new team member to the assignee column by Clicking on the **+ Assignee** button. 4. By default, the team planner will only show assigned work packages belonging to the current project. However, it is possible to also add assigned work packages belonging to other projects. You can make these work packages from other projects visible by using **Include projects** feature and selecting additional projects to be included in this view. 5. Use the **Filter** feature (same as in the [work packages](../work-packages/work-package-table-configuration/#filter-work-packages) module) to display only work packages that meet certain filter criteria. You could, for example, filter such that only work packages of certain types, certain status or certain custom field values are visible. 6. The **Fullscreen** button lets you view the team planner in fullscreen mode.