[fix] App config panel save mode missing

This commit is contained in:
ljf (zamentur) 2021-10-18 00:14:38 +02:00 committed by GitHub
parent f43c7e3222
commit eae826b2a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -193,6 +193,7 @@ class ConfigPanel:
entity_type = "config"
save_path_tpl = None
config_path_tpl = "/usr/share/yunohost/other/config_{entity}.toml"
save_mode = "full"
@classmethod
def list(cls):