details: https://code.openbravo.com/erp/devel/pi/rev/d4b1d314aa16
changeset: 14759:d4b1d314aa16
user: Martin Taal <martin.taal <at> openbravo.com>
date: Wed Nov 30 11:15:09 2011 +0100
summary: Fixes issue 18747: Support and/or and default operator logic in text
fields
diffstat:
.hgignore
| 2 ++
modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
| 3 +++
2 files changed, 5 insertions(+), 0 deletions(-)
diffs (22 lines):
diff -r 96217c7caa45 -r d4b1d314aa16 .hgignore
--- a/.hgignore Wed Nov 30 10:26:59 2011 +0100
+++ b/.hgignore Wed Nov 30 11:15:09 2011 +0100
@@ -43,3 +43,5 @@
sources
scripts
+modules/org.openbravo.activitii/*
+modules/org.openbravo.widgetinform.demo/*
diff -r 96217c7caa45 -r d4b1d314aa16
modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
---
a/modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
Wed Nov 30 10:26:59 2011 +0100
+++
b/modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
Wed Nov 30 11:15:09 2011 +0100
@@ -344,6 +344,9 @@
if (result.criteria && result.criteria.length === 0) {
result = null;
}
+ if (!result.fieldName) {
+ result.fieldName = fieldName;
+ }
return result;
},
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits