new validation to create href
parent
0b03efc73e
commit
97b4916983
|
@ -78,7 +78,7 @@ class Menu:
|
||||||
|
|
||||||
apps_internal = []
|
apps_internal = []
|
||||||
for app in system["apps_internal"]:
|
for app in system["apps_internal"]:
|
||||||
if app["href"].startswith('/'):
|
if app["href"].startswith('/') and 'subdomain' in app:
|
||||||
app["href"] = (
|
app["href"] = (
|
||||||
"https://"
|
"https://"
|
||||||
+ app["subdomain"]
|
+ app["subdomain"]
|
||||||
|
|
Loading…
Reference in New Issue