Connect module serviceDeskPortalRequestViewAction is redirecting to the page instead of the Dialog

XMLWordPrintable

    • Severity 3 - Minor
    • 2

      Issue Summary

      Connect module serviceDeskPortalRequestViewAction is redirecting to the page instead of the Dialog.

      Steps to Reproduce

      Create a connect app and add below module.


       "serviceDeskPortalRequestViewActions": [
                  {
                      "key": "sd-portal-request-view-action",
                      "name": {
                          "value": "My request view action"
                      },
                      "url": "/hello-world",
                      "icon": {
                          "url": "/img/testicon.png"
                      },
                      "target": {
                          "type": "DIALOG",
                          "options": {
                              "size": "medium"
                          }
                      }
                  }
              ]
      

      Expected Results

      When we click on My request view action then dialog to show up.

      Actual Results

      When we click on My request view action then we are getting redirected to the page.

      Workaround

      Currently there is no known workaround for this behavior. A workaround will be added here when available

            Assignee:
            Sandeep Sharma
            Reporter:
            Ramchandra Kudtarkar
            Votes:
            8 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated:
              Resolved: