diff --git a/ccm-navigation/src/com/arsdigita/navigation/ui/portlet/ObjectListPortletEditor.java b/ccm-navigation/src/com/arsdigita/navigation/ui/portlet/ObjectListPortletEditor.java index d98ab4e69..b77a15e82 100755 --- a/ccm-navigation/src/com/arsdigita/navigation/ui/portlet/ObjectListPortletEditor.java +++ b/ccm-navigation/src/com/arsdigita/navigation/ui/portlet/ObjectListPortletEditor.java @@ -326,11 +326,11 @@ public class ObjectListPortletEditor extends PortletConfigFormSection { field = field.substring(0, field.indexOf('.')); } - if (!objType.exists(Path.get(field))) { - throw new FormProcessException(NavigationGlobalizationUtil.globalize( - "portlet.ui.type_does_not_have_property", - new String[]{type.getQualifiedName(), field})); - } +// if (!objType.exists(Path.get(field))) { +// throw new FormProcessException(NavigationGlobalizationUtil.globalize( +// "portlet.ui.type_does_not_have_property", +// new String[]{type.getQualifiedName(), field})); +// } } }