Hello all,
When trying to add a route for a custom widget, we need to extend the PerspectiveRouter. We want to achieve something like ".../OTCS/llisapi.dll/app/myassignments". But when we do this, the default routes are overwritten and i'm left with a white screen, with only the menubar on top.
The code used is the one fount in the example perspective.router.md, see the attached file.
In my extensjons-json file I added this:
"csui/pages/start/perspective.routing": {
"extensions": {
"csui": [
"mywidget/extensions/csui/myperspective"
]
}
}
Does anyone knows why the default routes are overwritten? Or why the white screen occurs?