stable

Clone or download

Read-only

Glossification of "Update the assigned-to semantic of a card"

* Tick for selected items in select2 is now placed outside the list * Use a simple select2 (not multiple) where you can assign only one people * In edit mode, cards have now a z-index higher than the columns header so the select2 DOM elements aren't under the headers anymore (work only for solo item) Part of story #14151 Update the assigned-to semantic of a card Change-Id: I02e0627a391513b7ad59988474af40f9ce500088

Modified Files

Name
M plugins/taskboard/scripts/taskboard/po/fr_FR.po +3 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Editor/Assignees/PeoplePicker.test.ts +12 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Editor/Assignees/PeoplePicker.vue +10 −5 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Editor/Assignees/__snapshots__/PeoplePicker.test.ts.snap +3 −1 Go to diff View file
M plugins/taskboard/themes/includes/_card-edit.scss +2 −1 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_autocomplete.scss +10 −1 Go to diff View file
M src/www/themes/common/tlp/src/scss/components/_forms.scss +10 −11 Go to diff View file