From 3d67c304a323c0d2f0d68cf2188bf4ea3c909817 Mon Sep 17 00:00:00 2001 From: indigo Date: Fri, 24 Jul 2026 22:45:25 +0800 Subject: [PATCH] Merge department task types into the Task Type management page Project Settings > Tasks previously only showed the flat custom task type lists, with department-owned task types manageable only from the separate Departments tab. The Asset/Shot Task Type sections now show a merged view (flat + department-owned, tagged with their department), and the Add/Edit/Delete dialog can create a task type directly under a custom department instead of just as a general-purpose flat type. --- .../settings/CustomTaskTypeManager.vue | 276 ++++++++++++------ 1 file changed, 180 insertions(+), 96 deletions(-) diff --git a/frontend/src/components/settings/CustomTaskTypeManager.vue b/frontend/src/components/settings/CustomTaskTypeManager.vue index ccf1363..73b6c43 100644 --- a/frontend/src/components/settings/CustomTaskTypeManager.vue +++ b/frontend/src/components/settings/CustomTaskTypeManager.vue @@ -2,9 +2,9 @@
-

Custom Task Types

+

Task Types

- Add custom task types beyond the standard types to adapt the pipeline to your project needs + Add task types beyond the standard types, either general-purpose or owned by a specific department, to adapt the pipeline to your project needs

@@ -30,33 +30,30 @@
-