From 4d8dad67188adf6b71d2612a1aa673dae98c8f00 Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Wed, 21 Aug 2024 18:02:55 +0530 Subject: [PATCH 01/25] Improved: permission in job-manager to either have JOB_MANAGER_ADMIN permission or COMMON_ADMIN --- src/authorization/Rules.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/authorization/Rules.ts b/src/authorization/Rules.ts index 64e02dec..85608935 100644 --- a/src/authorization/Rules.ts +++ b/src/authorization/Rules.ts @@ -10,8 +10,8 @@ export default { "APP_INITIAL_LOAD_VIEW": "", "APP_MISC_VIEW": "", "APP_REPORT_VIEW": "", - "APP_BULK_EDITOR_VIEW": "COMMON_ADMIN", + "APP_BULK_EDITOR_VIEW": "COMMON_ADMIN OR JOB_MANAGER_ADMIN", "APP_JOB_VIEW": "", - "APP_JOB_UPDATE": "COMMON_ADMIN", - "APP_CUSTOM_FREQ_VIEW": "COMMON_ADMIN" + "APP_JOB_UPDATE": "COMMON_ADMIN OR JOB_MANAGER_ADMIN", + "APP_CUSTOM_FREQ_VIEW": "COMMON_ADMIN OR JOB_MANAGER_ADMIN" } as any \ No newline at end of file From 4a4bdddeba2f03d15645fd92f57c1d8031135e45 Mon Sep 17 00:00:00 2001 From: Ravi Lodhi Date: Fri, 23 Aug 2024 13:02:34 +0530 Subject: [PATCH 02/25] Upated: app version for patch release (v2.23.2). --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ee9e0e4c..a0e6ed85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "job-manager", - "version": "2.23.1", + "version": "2.23.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "job-manager", - "version": "2.23.1", + "version": "2.23.2", "dependencies": { "@capacitor/android": "^2.4.7", "@capacitor/core": "^2.4.7", diff --git a/package.json b/package.json index b25cef9e..8fa20b73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "job-manager", - "version": "2.23.1", + "version": "2.23.2", "private": true, "description": "Job Manager App", "scripts": { From 1f0b5901cf44029b7d65ff7f620dac7efb4dbca0 Mon Sep 17 00:00:00 2001 From: R-Sourabh Date: Thu, 5 Sep 2024 18:32:27 +0530 Subject: [PATCH 03/25] Fixed: positioning of the ion-radio items label and the circleOutline(#714) --- src/components/CustomFrequencyModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CustomFrequencyModal.vue b/src/components/CustomFrequencyModal.vue index 0a6d7927..744b7900 100644 --- a/src/components/CustomFrequencyModal.vue +++ b/src/components/CustomFrequencyModal.vue @@ -21,7 +21,7 @@ - {{ customFrequency.description }} + {{ customFrequency.description }} From 6700d52cc817b019308cbc16b1b87302a9d3fec0 Mon Sep 17 00:00:00 2001 From: R-Sourabh Date: Tue, 17 Sep 2024 20:43:05 +0530 Subject: [PATCH 04/25] Implemented: added the ui displays the file information(#680) --- src/components/JobConfiguration.vue | 40 +++++++++++++++++++++++++---- 1 file changed, 35 insertions(+), 5 deletions(-) diff --git a/src/components/JobConfiguration.vue b/src/components/JobConfiguration.vue index 77926a83..86f2b4b9 100644 --- a/src/components/JobConfiguration.vue +++ b/src/components/JobConfiguration.vue @@ -112,6 +112,30 @@ +
+ +

Import logs

+ View details +
+ + + + + Files received + 14 + + + + Files processed + 14 + + + + Files with errors + 14 + + +
@@ -138,7 +162,9 @@ import { import { addOutline, calendarClearOutline, + codeWorkingOutline, flashOutline, + fileTrayFullOutline, listCircleOutline, copyOutline, timeOutline, @@ -146,7 +172,8 @@ import { syncOutline, personCircleOutline, pinOutline, - refreshOutline + refreshOutline, + warningOutline } from "ionicons/icons"; import JobHistoryModal from '@/components/JobHistoryModal.vue' import { Plugins } from '@capacitor/core'; @@ -525,10 +552,12 @@ export default defineComponent({ Actions, addOutline, calendarClearOutline, + codeWorkingOutline, copyOutline, DateTime, listCircleOutline, flashOutline, + fileTrayFullOutline, hasPermission, isCustomRunTime, getNowTimestamp, @@ -540,17 +569,18 @@ export default defineComponent({ personCircleOutline, pinOutline, refreshOutline, - translate + translate, + warningOutline }; } }); \ No newline at end of file diff --git a/src/components/JobConfiguration.vue b/src/components/JobConfiguration.vue index 86f2b4b9..34387aa0 100644 --- a/src/components/JobConfiguration.vue +++ b/src/components/JobConfiguration.vue @@ -112,31 +112,31 @@ +

Import logs

- View details + View details
- + - Files received - 14 + Files received + 14 - Files processed - 14 + Files processed + 14 - Files with errors - 14 + Files with errors + 14
- \ No newline at end of file +