-
Notifications
You must be signed in to change notification settings - Fork 548
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Child Org Notification Template Overriding Capability #6187
Enable Child Org Notification Template Overriding Capability #6187
Conversation
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6187 +/- ##
============================================
- Coverage 45.33% 45.32% -0.01%
+ Complexity 13832 13819 -13
============================================
Files 1614 1614
Lines 99700 99700
Branches 16833 16833
============================================
- Hits 45196 45188 -8
- Misses 47860 47868 +8
Partials 6644 6644
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
PR builder started |
<Scope displayName="View Email Template" name="internal_org_email_mgt_view" | ||
description="View email templates and types in the organization"/> | ||
<Scope displayName="Create Email Template" name="internal_org_email_mgt_create" | ||
description="Create new email template and types in the organization"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description="Create new email template and types in the organization"/> | |
description="Create new email templates and types in the organization"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will fix in a separate PR.
PR builder completed |
PR builder started |
PR builder completed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/12705947048
Purpose
POST
/o/api/server/v(.*)/email/template-types -internal_org_email_mgt_create
PUT
/o/api/server/v(.*)/email/template-types -internal_org_email_mgt_update
DELETE
/o/api/server/v(.*)/email/template-types -internal_org_email_mgt_delete
POST
/o/api/server/v(.*)/notification/(?:email|sms)/template-type -internal_org_template_mgt_create
PUT
/o/api/server/v(.*)/notification/(?:email|sms)/template-type -internal_org_template_mgt_update
DELETE
/o/api/server/v(.*)/notification/(?:email|sms)/template-type -internal_org_template_mgt_delete
Related Issues