diff --git a/src/app.py b/src/app.py index 6f18d341f..75d336241 100644 --- a/src/app.py +++ b/src/app.py @@ -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: