From 2ff21af10157790616a1782fd3052c7d24a6cc2e Mon Sep 17 00:00:00 2001 From: kochetkov Date: Thu, 19 Sep 2024 14:40:15 +0300 Subject: [PATCH] disable bpmn --- .../template/app/component/admin_menu.html | 9 +- .../template/app/component/app_header.html | 8 +- .../template/app/component/process_list.html | 12 - .../template/app/component/task.html | 3 - .../template/app/component/task_list.html | 49 ---- .../app/component/task_not_found.html | 8 - .../src/ts/modules/app/app-routing.module.ts | 27 +- frontend/src/ts/modules/app/app.module.ts | 10 +- .../app/component/app-header.component.ts | 4 - .../app/component/process-list.component.ts | 44 --- .../app/component/task-list.component.ts | 121 --------- .../app/component/task-not-found.component.ts | 18 -- .../modules/app/component/task.component.ts | 9 - .../src/ts/modules/preview/preview.module.ts | 2 - .../src/ts/modules/webbpm/webbpm.module.ts | 4 - .../Процессы/process-instance-list.page | 211 --------------- .../Процессы/process-instance.page | 251 ------------------ 17 files changed, 6 insertions(+), 784 deletions(-) delete mode 100644 frontend/src/resources/template/app/component/process_list.html delete mode 100644 frontend/src/resources/template/app/component/task.html delete mode 100644 frontend/src/resources/template/app/component/task_list.html delete mode 100644 frontend/src/resources/template/app/component/task_not_found.html delete mode 100644 frontend/src/ts/modules/app/component/process-list.component.ts delete mode 100644 frontend/src/ts/modules/app/component/task-list.component.ts delete mode 100644 frontend/src/ts/modules/app/component/task-not-found.component.ts delete mode 100644 frontend/src/ts/modules/app/component/task.component.ts delete mode 100644 resources/src/main/resources/business-model/Процессы/process-instance-list.page delete mode 100644 resources/src/main/resources/business-model/Процессы/process-instance.page diff --git a/frontend/src/resources/template/app/component/admin_menu.html b/frontend/src/resources/template/app/component/admin_menu.html index f187ba8..21be41a 100644 --- a/frontend/src/resources/template/app/component/admin_menu.html +++ b/frontend/src/resources/template/app/component/admin_menu.html @@ -1,15 +1,10 @@ - \ No newline at end of file + diff --git a/frontend/src/resources/template/app/component/app_header.html b/frontend/src/resources/template/app/component/app_header.html index 2b65eab..62feaf5 100644 --- a/frontend/src/resources/template/app/component/app_header.html +++ b/frontend/src/resources/template/app/component/app_header.html @@ -3,11 +3,7 @@
- -
- -
- +
-
+ diff --git a/frontend/src/resources/template/app/component/process_list.html b/frontend/src/resources/template/app/component/process_list.html deleted file mode 100644 index a24adc3..0000000 --- a/frontend/src/resources/template/app/component/process_list.html +++ /dev/null @@ -1,12 +0,0 @@ -