-
Notifications
You must be signed in to change notification settings - Fork 122
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
Introduce application specific email templates #223
Conversation
312cb5e
to
cb75f5a
Compare
} | ||
|
||
@Override | ||
public void addNotificationTemplateType(String displayName, String notificationChannel, |
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.
Check if email template interface can be a direct extension point from notification
....wso2.carbon.email.mgt/src/main/java/org/wso2/carbon/email/mgt/EmailTemplateManagerImpl.java
Show resolved
Hide resolved
....wso2.carbon.email.mgt/src/main/java/org/wso2/carbon/email/mgt/EmailTemplateManagerImpl.java
Show resolved
Hide resolved
....wso2.carbon.email.mgt/src/main/java/org/wso2/carbon/email/mgt/EmailTemplateManagerImpl.java
Outdated
Show resolved
Hide resolved
...2.carbon.email.mgt/src/test/java/org/wso2/carbon/email/mgt/ApplicationEmailTemplateTest.java
Show resolved
Hide resolved
...2.carbon.email.mgt/src/test/java/org/wso2/carbon/email/mgt/ApplicationEmailTemplateTest.java
Show resolved
Hide resolved
...src/main/java/org/wso2/carbon/identity/event/handler/notification/util/NotificationUtil.java
Show resolved
Hide resolved
...src/main/java/org/wso2/carbon/identity/event/handler/notification/util/NotificationUtil.java
Outdated
Show resolved
Hide resolved
PR builder started |
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/8170916834
Description
Introduce application UUID to the following methods to cater application specific email templates in EmailTemplateManager.
Application email template resolving for notification handler is also added here.
Related issue
Todo
identity-governance
version from Introduce application specific notification templates identity-governance#811