project_task_name_with_id
This module enhances the project.task model to include the task ID in its display name and enable searching by task ID.
Key Features
- project.task: Displays the task name prefixed with its ID in brackets.
- project.task: Enables searching for tasks using their ID in addition to their name.
- project.task: Updates tree and kanban views to show the display name with ID.
- project.task: Modifies search views to filter tasks by name or ID.