This commit is contained in:
2026-05-29 19:24:40 +02:00
parent 5ad3e12b1f
commit 9bace01b93
7 changed files with 375 additions and 430 deletions

View File

@@ -553,7 +553,7 @@ class AppRouter {
BlocProvider<TaskFormCubit>(
create: (context) => TaskFormCubit(
globalStaff: allStaffList,
initialTask: task,
existingTask: task,
initialTaskId: realTaskId,
),
),