Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-6839

Entity name request turns null on instant preview dashboard

    XMLWordPrintable

Details

    • Not defined

    Description

      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:

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              Unassigned Unassigned
              cigdem.ilhan Cigdem Ilhan
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce