I am adding a link by editing the LPL in the EmployeeHome configured page.
I am trying to force a URL to open within the application rather than in a new tab/window of the browser.
This link will take me to the google site, but in a new tab:
link is external "">https://www.google.com/"
This link:
link is embedded "">https://www.google.com/"
Results in this message:
The current URL does not have an Angular Route defined.
Does anyone know how to force a URL that is not directed within the application to open in the current window?
Related to this, we have used the configurable home page zip files to do this in the past but it was a simple HTML tag (target="_self")