mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] App config panel save mode missing
This commit is contained in:
parent
f43c7e3222
commit
eae826b2a6
1 changed files with 1 additions and 0 deletions
|
@ -193,6 +193,7 @@ class ConfigPanel:
|
||||||
entity_type = "config"
|
entity_type = "config"
|
||||||
save_path_tpl = None
|
save_path_tpl = None
|
||||||
config_path_tpl = "/usr/share/yunohost/other/config_{entity}.toml"
|
config_path_tpl = "/usr/share/yunohost/other/config_{entity}.toml"
|
||||||
|
save_mode = "full"
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def list(cls):
|
def list(cls):
|
||||||
|
|
Loading…
Add table
Reference in a new issue