In case somebody else encounters this problem. This is how I solved it:In manifest.json"targets": {
"WithTemplating": {
"viewName": "module:path/to/view/TypedView",
"viewType": null,
"viewPath": null,
"title": "{{t...
In case somebody else come accross this problem... Here is how to solve it:// setup router in the embedded component
const router = this.getRouter();
const targetHandler = router.getTargetHandler();
targetHandler.setCloseDialogs(false);
router.init...
Hey
If someone else is running into that problem on a managed instance, I want to share my solution:
It is possible do disable the default locking mechanism when an action is executed like that:
action (lock : none) yourActionName result [1] $self...