apps: fix another case of no attribute 'value' due to config panels/questions refactoring

This commit is contained in:
Alexandre Aubin 2023-07-21 22:02:56 +02:00
parent 53bc30b9fb
commit 4fda8ed49f

View file

@ -1098,7 +1098,7 @@ def app_install(
args = {
question.id: question.value
for question in questions
if question.value is not None
if not question.readonly and question.value is not None
}
# Validate domain / path availability for webapps