apps: hotfix for funky issue, apps getting named 'undefined'

This commit is contained in:
Alexandre Aubin 2023-07-17 21:13:34 +02:00
parent ced222eaa5
commit 781f924e30

View file

@ -1157,6 +1157,10 @@ def app_install(
recursive=True,
)
# Hotfix for bug in the webadmin while we fix the actual issue :D
if label == "undefined":
label = None
# Override manifest name by given label
# This info is also later picked-up by the 'permission' resource initialization
if label: