From c52c1f40d642cdec619179c3be8ee618df1a0d0c Mon Sep 17 00:00:00 2001 From: Yuriy Artamonov Date: Mon, 8 Sep 2014 12:18:13 +0000 Subject: [PATCH] Implement on-demand screen layout validation #PL-4199 --- modules/client/src/com/haulmont/cuba/client/ClientConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/client/src/com/haulmont/cuba/client/ClientConfig.java b/modules/client/src/com/haulmont/cuba/client/ClientConfig.java index e6d8fd10fb..6195fff2f0 100644 --- a/modules/client/src/com/haulmont/cuba/client/ClientConfig.java +++ b/modules/client/src/com/haulmont/cuba/client/ClientConfig.java @@ -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(); } \ No newline at end of file