Skip to content

Commit

Permalink
Merge pull request #6104 from RushanNanayakkara/fix_sms_templates_not…
Browse files Browse the repository at this point in the history
…_applied

Add notification_templates.sms_templates.apply config.
  • Loading branch information
RushanNanayakkara authored Nov 6, 2024
2 parents 03b478e + 4fe08b7 commit 3e758f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@
<Tenant>{{tenant}}</Tenant>
{% endfor %}
</LegacyTenants>
<SMSTemplates>
<Apply>{{notification_templates.sms_templates.apply}}</Apply>
</SMSTemplates>
</NotificationTemplates>

<!-- Time configurations are in minutes -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1690,6 +1690,8 @@

"oauth.authorize_all_scopes": false,

"system_applications.system_portals": ["Console", "My Account"]
"system_applications.system_portals": ["Console", "My Account"],

"notification_templates.sms_templates.apply": true
}

0 comments on commit 3e758f9

Please sign in to comment.