Skip to content

Open in new tab has stopped working. #7524

Closed
@akhenry

Description

Summary

The "open in new tab" action from the context menu in display layouts has stopped working for some reason. It shows an error in the JavaScript console

Steps to Reproduce

  1. Open (or create) a display layout containing a LAD table
  2. Click on the context menu (three-dot menu) in the LAD table and select "Open In New Tab"
  3. Observe that nothing happens and there is an error in the console

Environment

  • Open MCT Version: 5f8d689
  • Deployment Type: testathon

Impact Check List

  • Data loss or misrepresented data?
  • Regression? Did this used to work or has it always been broken?
  • Is there a workaround available?
  • Does this impact a critical component?
  • Is this just a visual bug with no functional impact?
  • Does this block the execution of e2e tests?
  • Does this have an impact on Performance?

Additional Information

Uncaught TypeError: Cannot convert object to primitive value
    at paramsToArray (url.js:51:29)
    at objectPathToUrl (url.js:72:1)
    at OpenInNewTab.invoke (openInNewTabAction.js:35:30)
    at action.onItemClicked (MenuAPI.js:81:1)
    at callWithErrorHandling (runtime-core.esm-bundler.js:192:1)
    at callWithAsyncErrorHandling (runtime-core.esm-bundler.js:199:1)
    at HTMLLIElement.invoker (runtime-dom.esm-bundler.js:681:31)
    ```

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions