This commit is contained in:
Dennis Eichhorn 2023-09-10 18:58:35 +00:00
parent b44c35188a
commit 7762df4fd2

View File

@ -113,7 +113,7 @@ export class GeneralUI
window.location.href = uri.indexOf('://') > 0 window.location.href = uri.indexOf('://') > 0
? uri ? uri
: jsOMS.rtrim(window.omsApp.request.getRootPath(), '/') + '/' + jsOMS.ltrim(uri, '/'); : jsOMS.rtrim(window.omsApp.request.getRootPath(), '/') + '/' + jsOMS.ltrim(uri, '/');
} else { } else if (uri !== null) {
// window.location = UriFactory.build(uri); // window.location = UriFactory.build(uri);
// @todo : consider to implement the line above again. why was it removed? // @todo : consider to implement the line above again. why was it removed?
window.location.href = uri.indexOf('://') > 0 window.location.href = uri.indexOf('://') > 0