mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-03 19:57:36 +08:00
Add ability to disable automatic screen settings save #PL-5191
This commit is contained in:
parent
bdb06146ca
commit
a70eaa3e55
@ -233,7 +233,7 @@ public interface ClientConfig extends Config {
|
||||
boolean getSystemInfoScriptsEnabled();
|
||||
void setSystemInfoScriptsEnabled(boolean enabled);
|
||||
|
||||
@Property("cuba.manualSaveScreenSettings")
|
||||
@Property("cuba.manualScreenSettingsSaving")
|
||||
@DefaultBoolean(false)
|
||||
boolean getManualSaveScreenSettings();
|
||||
}
|
Loading…
Reference in New Issue
Block a user