From ae4978cee88d1fd5df99223d374cf017384ef731 Mon Sep 17 00:00:00 2001 From: uddhika Date: Wed, 6 Nov 2024 17:16:59 +0530 Subject: [PATCH 1/4] scopes related to tagging feature --- .../src/main/resources/conf/mdm-ui-config.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/features/device-mgt/io.entgra.device.mgt.core.device.mgt.basics.feature/src/main/resources/conf/mdm-ui-config.xml b/features/device-mgt/io.entgra.device.mgt.core.device.mgt.basics.feature/src/main/resources/conf/mdm-ui-config.xml index 43e5c59f98..23b52bb978 100644 --- a/features/device-mgt/io.entgra.device.mgt.core.device.mgt.basics.feature/src/main/resources/conf/mdm-ui-config.xml +++ b/features/device-mgt/io.entgra.device.mgt.core.device.mgt.basics.feature/src/main/resources/conf/mdm-ui-config.xml @@ -427,6 +427,9 @@ dm:admin:cea:sync am:pub:app:upload dm:devices:ops:status:update + tm:tags:mapping:create + tm:tags:mapping:delete + perm:rmr:admin:view-last-profile-reading device-mgt -- 2.36.3 From 4792f4af7245e9d6fa0bc47fe5dce74892c792c8 Mon Sep 17 00:00:00 2001 From: uddhika Date: Wed, 6 Nov 2024 17:18:45 +0530 Subject: [PATCH 2/4] fixes scope lines --- .../src/main/resources/conf/mdm-ui-config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/device-mgt/io.entgra.device.mgt.core.device.mgt.basics.feature/src/main/resources/conf/mdm-ui-config.xml b/features/device-mgt/io.entgra.device.mgt.core.device.mgt.basics.feature/src/main/resources/conf/mdm-ui-config.xml index 23b52bb978..7e65645411 100644 --- a/features/device-mgt/io.entgra.device.mgt.core.device.mgt.basics.feature/src/main/resources/conf/mdm-ui-config.xml +++ b/features/device-mgt/io.entgra.device.mgt.core.device.mgt.basics.feature/src/main/resources/conf/mdm-ui-config.xml @@ -427,9 +427,9 @@ dm:admin:cea:sync am:pub:app:upload dm:devices:ops:status:update + tm:tags:view tm:tags:mapping:create tm:tags:mapping:delete - perm:rmr:admin:view-last-profile-reading device-mgt -- 2.36.3 From bd8ecb87186a514100b5d6db92046666ae34d891 Mon Sep 17 00:00:00 2001 From: uddhika Date: Wed, 6 Nov 2024 17:22:46 +0530 Subject: [PATCH 3/4] further added scope lines --- .../src/main/resources/conf/mdm-ui-config.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/features/device-mgt/io.entgra.device.mgt.core.device.mgt.basics.feature/src/main/resources/conf/mdm-ui-config.xml b/features/device-mgt/io.entgra.device.mgt.core.device.mgt.basics.feature/src/main/resources/conf/mdm-ui-config.xml index 7e65645411..c078c262b0 100644 --- a/features/device-mgt/io.entgra.device.mgt.core.device.mgt.basics.feature/src/main/resources/conf/mdm-ui-config.xml +++ b/features/device-mgt/io.entgra.device.mgt.core.device.mgt.basics.feature/src/main/resources/conf/mdm-ui-config.xml @@ -428,8 +428,12 @@ am:pub:app:upload dm:devices:ops:status:update tm:tags:view + tm:tags:create + tm:tags:update + tm:tags:delete tm:tags:mapping:create tm:tags:mapping:delete + device-mgt -- 2.36.3 From 85d7ed641a9e36d3c2d357399de90c6c89271eca Mon Sep 17 00:00:00 2001 From: uddhika Date: Wed, 6 Nov 2024 18:43:35 +0530 Subject: [PATCH 4/4] removed new line --- .../src/main/resources/conf/mdm-ui-config.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/features/device-mgt/io.entgra.device.mgt.core.device.mgt.basics.feature/src/main/resources/conf/mdm-ui-config.xml b/features/device-mgt/io.entgra.device.mgt.core.device.mgt.basics.feature/src/main/resources/conf/mdm-ui-config.xml index c078c262b0..8dda1588b0 100644 --- a/features/device-mgt/io.entgra.device.mgt.core.device.mgt.basics.feature/src/main/resources/conf/mdm-ui-config.xml +++ b/features/device-mgt/io.entgra.device.mgt.core.device.mgt.basics.feature/src/main/resources/conf/mdm-ui-config.xml @@ -433,7 +433,6 @@ tm:tags:delete tm:tags:mapping:create tm:tags:mapping:delete - device-mgt -- 2.36.3