Skip to content
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

feat: New email templates #18754

Closed
wants to merge 2 commits into from
Closed

feat: New email templates #18754

wants to merge 2 commits into from

Conversation

sharat87
Copy link
Member

@sharat87 sharat87 commented Dec 7, 2022

No description provided.

Signed-off-by: Shrikant Sharat Kandula <[email protected]>
@vercel
Copy link

vercel bot commented Dec 7, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
appsmith ✅ Ready (Inspect) Visit Preview Dec 8, 2022 at 8:54AM (UTC)

} else {
params.put("Inviter_First_Name", inviter.getEmail());
}
params.put("inviterFirstName", org.apache.commons.lang3.StringUtils.defaultIfEmpty(inviter.getName(), inviter.getEmail()));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, except for this ugly import. Should we be trying to use only one library for string manipulations?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I put up a note in my list, and intend to get back to refactoring this. I tried doing it in this PR itself, but it's not a on-line change, as other calls to StringUtils in this class will change. Didn't want to do that here.

I'll clean this up as a separate PR soon.

dilippitchika
dilippitchika previously approved these changes Dec 8, 2022
Signed-off-by: Shrikant Sharat Kandula <[email protected]>
@mohanarpit
Copy link
Member

Closing as the code here has been implemented in #18717

@mohanarpit mohanarpit closed this Dec 9, 2022
@mohanarpit mohanarpit deleted the feat/new-email-templates branch December 9, 2022 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants