Wrong linking "open in new" of device and platform
Description
- fix https://codebase.helmholtz.cloud/hub-terra/sms/service-desk/-/issues/91
- problem occurs in mounting wizard and tsm linking (step one) --> general everywhere where
DevicesListItem
is used withtarget="_blank"
- in mounting wizard, the error probably also occurs for platforms
Task
- the "open in new tab" of
DevicesListItem
andPlatformsListItem
opens a new browser tab with the correct url even if the basePath of the application is not only but "/" but something like "/sms"-
Note: You can test it locally if you change the
location / {
tolocation /sms {
in thenginx/default.conf
and set the environment variableBASE_URL=/sms/
-
Note: You can test it locally if you change the
Edited by Tobias Kuhnert