Entity name request turns null on instant preview dashboard

XMLWordPrintable

    • Not defined

      Brief summary of the bug. What is it ? Where is it ?

      When creating instant preview dashboard, I noticed 2 different errors one is  EntityNameRequestDto is turning null, the other one is sharing dashboards since we deactivated sharing for security reasons, it shouldn't turn as bad request.

      Steps to reproduce:

      1. Go to Dashboards page using ES 7.x or ES 8.x open network tab
      2. Create an instant preview dashboard

      Actual result:

      Having two different errors.

      {
        "errorCode" : "badRequestError",
        "errorMessage" : "The server was unable to process the request.",
        "detailedMessage" : "Management Dashboards or Instant Preview Dashboards cannot be shared",
        "reportDefinition" : null
      } 

       

      {
        "errorCode" : "notFoundError",
        "errorMessage" : "The server could not find the requested resource.",
        "detailedMessage" : "Could not get entity names search request EntityNameRequestDto(collectionId=null, dashboardId=invoice, reportId=null, eventBasedProcessId=null)",
        "reportDefinition" : null
      }

       

      Expected result:

            Assignee:
            Unassigned
            Reporter:
            Cigdem Ilhan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: