mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
[PR #307] [MERGED] feat: Prefill label creation with search term #981
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/plankanban/planka/pull/307
Author: @connorlanigan
Created: 10/1/2022
Status: ✅ Merged
Merged: 10/3/2022
Merged by: @meltyshev
Base:
master← Head:feat/prefill-label-creation📝 Commits (1)
5b0ea31feat: Prefill label creation with search term📊 Changes
2 files changed (+4 additions, -3 deletions)
View changed files
📝
client/src/components/LabelsStep/AddStep.jsx(+3 -2)📝
client/src/components/LabelsStep/LabelsStep.jsx(+1 -1)📄 Description
This PR updates the label creation workflow.
When you search for a label name and no matching label exists with that name, you have the option of creating a new label. However, currently you have to enter the label name again. After this change, the label name field is pre-filled with the last value of the search field.
Screen recording
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.