Author: jleroux
Revision: 1195042
Modified property: svn:log
Modified: svn:log at Sun Oct 30 09:03:18 2011
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sun Oct 30 09:03:18 2011
@@ -1,3 +1,3 @@
-A patch from Keon "trivial update to ModelViewEntity.java"
https://issues.apache.org/jira/browse/OFBIZ-4523+A patch from Leon "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)".