Author: jleroux
Revision: 1195042
Modified property: svn:log
Modified: svn:log at Sat Oct 29 21:21:23 2011
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sat Oct 29 21:21:23 2011
@@ -1 +1,3 @@
A patch from Keon "trivial update to ModelViewEntity.java"
https://issues.apache.org/jira/browse/OFBIZ-4523+
+Since the relFieldName of ViewConditionExpr object can never be null, so correct comparison "this.relFieldName == null" to "UtilValidate.isEmpty(this.relFieldName)".