You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix including policies text in emails of decisions coming from Cinder with notes (#23451)
* Fix including policies text in emails of decisions coming from Cinder with notes
When a decision has notes there could be another activity created before that
holds the private comments, so we should avoid grabbing that when generating
the context for the email, as it would cause the policies to not be included
in the email.
* Don't change ordering logic, just exclude private comment action
0 commit comments