From e184e04d27205860b3bf35704f9bffa5286d8e4e Mon Sep 17 00:00:00 2001 From: Avarjana Date: Wed, 20 Nov 2024 14:49:04 +0530 Subject: [PATCH] Update SMS template scopes --- ....wso2.carbon.identity.core.server.feature.default.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/org.wso2.carbon.identity.core.server.feature.default.json b/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/org.wso2.carbon.identity.core.server.feature.default.json index 707fcc7f6853..0c0616bb7d94 100644 --- a/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/org.wso2.carbon.identity.core.server.feature.default.json +++ b/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/org.wso2.carbon.identity.core.server.feature.default.json @@ -1271,10 +1271,10 @@ "console.email_templates.scopes.delete": ["internal_email_mgt_delete"], "console.sms_templates.enabled": false, "console.sms_templates.scopes.feature": ["console:smsTemplates"], - "console.sms_templates.scopes.create": ["internal_notification_mgt_create"], - "console.sms_templates.scopes.read": ["internal_notification_mgt_view"], - "console.sms_templates.scopes.update": ["internal_notification_mgt_update"], - "console.sms_templates.scopes.delete": ["internal_notification_mgt_delete"], + "console.sms_templates.scopes.create": ["internal_template_mgt_create"], + "console.sms_templates.scopes.read": ["internal_template_mgt_view"], + "console.sms_templates.scopes.update": ["internal_template_mgt_update"], + "console.sms_templates.scopes.delete": ["internal_template_mgt_delete"], "console.event_publishing.enabled": false, "console.event_publishing.scopes.feature": ["console:eventPublishing"], "console.event_publishing.scopes.create": ["internal_event_config_update"],