mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
[PR #1332] [MERGED] fix: restore due date completion #1275
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/1332
Author: @StevenJCorreia
Created: 9/5/2025
Status: ✅ Merged
Merged: 9/5/2025
Merged by: @meltyshev
Base:
master← Head:fix/restore-due-date-completion📝 Commits (5)
0dd1203fix: Restore due date completion functionality91a7444Merge branch 'master' of https://github.com/StevenJCorreia/planka into fix/restore-due-date-completionba4d9c9Moved migration to end of sequence2826c53fix: Reworke1ddec2refactor: Keep alphabetical order for consistency📊 Changes
14 files changed (+140 additions, -17 deletions)
View changed files
📝
client/src/components/cards/Card/ProjectContent.jsx(+6 -1)📝
client/src/components/cards/CardModal/ProjectContent.jsx(+28 -9)📝
client/src/components/cards/CardModal/ProjectContent.module.scss(+6 -0)📝
client/src/components/cards/DueDateChip/DueDateChip.jsx(+20 -6)📝
client/src/components/cards/DueDateChip/DueDateChip.module.scss(+5 -0)📝
client/src/models/Card.js(+12 -0)📝
server/api/controllers/cards/create.js(+5 -0)📝
server/api/controllers/cards/update.js(+6 -0)📝
server/api/helpers/boards/import-from-trello.js(+1 -1)📝
server/api/helpers/cards/create-one.js(+8 -0)📝
server/api/helpers/cards/duplicate-one.js(+1 -0)📝
server/api/helpers/cards/update-one.js(+14 -0)📝
server/api/models/Card.js(+5 -0)➕
server/db/migrations/20250905101408_restore_toggleable_due_dates.js(+23 -0)📄 Description
The completion feature of the due date component was inadvertently removed during the
v2refactor.Regression testing checklist
Kudos to the author of the original implementation @glorpen in PR #845 - this is a feature that I and all of my instance's users, including myself, love.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.