-
Bug Report
-
Resolution: Unresolved
-
L3 - Default
-
None
-
None
-
None
-
Not defined
Brief summary of the bug. What is it ? Where is it ?
In C8SaaS, the list of recipients for an alert is validated by the BE. If one of those addresses doesn't belong to a member of the Cloud organisation, the following error is returned by the API:
{ "errorCode" : "invalidAlertEmailAddresses", "errorMessage" : "Users with the following email addresses are not available for receiving alerts: [asd@asd.asd]", "detailedMessage" : "Users with the following email addresses are not available for receiving alerts: [asd@asd.asd]", "reportDefinition" : null }
Error response to allow FE to translate the error message have to have a property called invalidAlertEmails but it is missing from the response now. this new property should be a string of comma joined email addresses
This is the controller panel for Smart Panels app
- depends on
-
OPT-6659 Update error code and message for alerts emails validation in C8SaaS
- Done