From f1585a93b94c5b86a0cc992576078de220d34ab0 Mon Sep 17 00:00:00 2001 From: navodzoysa Date: Fri, 13 May 2022 07:37:29 +0530 Subject: [PATCH] Add Windows permission scopes to ui conifg --- .../templates/repository/conf/mdm-ui-config.xml.j2 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/features/device-mgt/org.wso2.carbon.device.mgt.basics.feature/src/main/resources/conf_templates/templates/repository/conf/mdm-ui-config.xml.j2 b/features/device-mgt/org.wso2.carbon.device.mgt.basics.feature/src/main/resources/conf_templates/templates/repository/conf/mdm-ui-config.xml.j2 index df649391a3..a4d0bbf7c2 100644 --- a/features/device-mgt/org.wso2.carbon.device.mgt.basics.feature/src/main/resources/conf_templates/templates/repository/conf/mdm-ui-config.xml.j2 +++ b/features/device-mgt/org.wso2.carbon.device.mgt.basics.feature/src/main/resources/conf_templates/templates/repository/conf/mdm-ui-config.xml.j2 @@ -224,6 +224,13 @@ perm:mac-os:shut-down perm:mac-os:restart perm:android:info + perm:windows:lock-devices + perm:windows:disenroll + perm:windows:wipe + perm:windows:ring + perm:windows:lock-reset + perm:windows:reboot + perm:windows:location {% if mdm_ui_conf.scopes is defined %} {%- for scope in mdm_ui_conf.scopes -%} {{scope}}