C8SaaS Email address recipient validation does not return list of invalid emails

XMLWordPrintable

    • Type: Bug Report
    • Resolution: Unresolved
    • Priority: L3 - Default
    • None
    • Affects Version/s: None
    • Component/s: backend
    • 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

              Assignee:
              Unassigned
              Reporter:
              Joshua Windels
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated: