Implement on-demand screen layout validation #PL-4199

This commit is contained in:
Yuriy Artamonov 2014-09-08 12:18:13 +00:00
parent 333be9ecae
commit c52c1f40d6

View File

@ -189,7 +189,7 @@ public interface ClientConfig extends Config {
@DefaultBoolean(false)
boolean getLoadObsoleteSettingsForTable();
@Property("cuba.gui.layoutAnalyzer.enabled")
@Property("cuba.gui.layoutAnalyzerEnabled")
@DefaultBoolean(true)
boolean getLayoutAnalyzerEnabled();
}