[PR #1234] [MERGED] feat: Display name of card when linking in a task list #1243

Closed
opened 2026-02-04 21:59:18 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/1234
Author: @valcriss
Created: 7/5/2025
Status: Merged
Merged: 7/8/2025
Merged by: @meltyshev

Base: masterHead: feat/add-card-name-in-task-list


📝 Commits (2)

  • 5e073a3 feat: Add selector for card names and update task completion logic
  • cf52a00 ref: Refactoring

📊 Changes

5 files changed (+158 additions, -45 deletions)

View changed files

📝 client/src/components/cards/Card/TaskList/Task.jsx (+27 -1)
📝 client/src/components/cards/Card/TaskList/TaskList.jsx (+29 -5)
📝 client/src/components/common/Linkify.jsx (+47 -26)
📝 client/src/components/task-lists/TaskList/Task/Task.jsx (+26 -6)
📝 client/src/components/task-lists/TaskList/TaskList.jsx (+29 -7)

📄 Description

What’s new

  • When a user pastes a link to a card in a checklist, the card name is now displayed instead of its ID.
  • When the linked card in the checklist is completed, the corresponding checklist item is also marked as completed.

Why ?

  • To improve readability in a task list

How it works

  • Just link a card in a task list.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/plankanban/planka/pull/1234 **Author:** [@valcriss](https://github.com/valcriss) **Created:** 7/5/2025 **Status:** ✅ Merged **Merged:** 7/8/2025 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `feat/add-card-name-in-task-list` --- ### 📝 Commits (2) - [`5e073a3`](https://github.com/plankanban/planka/commit/5e073a36484a7a383a38180bf0a6b2b7f6125f5f) feat: Add selector for card names and update task completion logic - [`cf52a00`](https://github.com/plankanban/planka/commit/cf52a00bd7b9a6a1d357d7709d823866d19b0a14) ref: Refactoring ### 📊 Changes **5 files changed** (+158 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `client/src/components/cards/Card/TaskList/Task.jsx` (+27 -1) 📝 `client/src/components/cards/Card/TaskList/TaskList.jsx` (+29 -5) 📝 `client/src/components/common/Linkify.jsx` (+47 -26) 📝 `client/src/components/task-lists/TaskList/Task/Task.jsx` (+26 -6) 📝 `client/src/components/task-lists/TaskList/TaskList.jsx` (+29 -7) </details> ### 📄 Description ## What’s new - When a user pastes a link to a card in a checklist, the card name is now displayed instead of its ID. - When the linked card in the checklist is completed, the corresponding checklist item is also marked as completed. ## Why ? - To improve readability in a task list ## How it works - Just link a card in a task list. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 21:59:18 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1243