Add ability to disable automatic screen settings save #PL-5191

This commit is contained in:
Yuriy Artamonov 2015-04-07 09:42:39 +00:00
parent bdb06146ca
commit a70eaa3e55

View File

@ -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();
}