mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
[PR #1377] [CLOSED] feat: assign self to new created task#1360 #1283
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/1377
Author: @kekekuli
Created: 10/10/2025
Status: ❌ Closed
Base:
master← Head:feat/assignSelf📝 Commits (2)
655b10bfeat: assign self to new created task10d6abdfix: add i18 config for assign self to new created task📊 Changes
8 files changed (+67 additions, -1 deletions)
View changed files
📝
client/src/components/boards/BoardSettingsModal/PreferencesPane/Others.jsx(+8 -0)📝
client/src/locales/en-US/core.js(+1 -0)📝
client/src/locales/zh-CN/core.js(+1 -0)📝
client/src/models/Board.js(+1 -0)📝
client/src/sagas/core/services/cards.js(+13 -1)📝
server/api/controllers/boards/update.js(+9 -0)📝
server/api/models/Board.js(+11 -0)➕
server/db/migrations/20251010021556_add_board_setting_to_assign_self_created_card.js(+23 -0)📄 Description
This solve the enhancement of #1360
In this feature, there have a new toggle button in the boardSettingsModal looks like this:
If this toggle ensured, everytime user created new task will assign current user to that card.
It havn't complete the I18 yet, will be done soonner
(updated 2025.10.11) I added english and chinese translation.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.