Closed
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
- Open (or create) a display layout containing a LAD table
- Click on the context menu (three-dot menu) in the LAD table and select "Open In New Tab"
- 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