details:   https://code.openbravo.com/erp/devel/pi/rev/26982b3129be
changeset: 14894:26982b3129be
user:      Martin Taal <martin.taal <at> openbravo.com>
date:      Mon Dec 19 11:33:20 2011 +0100
summary:   Fixes issue 19328: Checking both show in status bar and unchecking 
displayed results in js error
A double check was done on show in status bar and displayed, if both are true 
then no field
was added to the field list

diffstat:

 
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewFieldHandler.java
 |  4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diffs (14 lines):

diff -r 6fbf9eb83a6e -r 26982b3129be 
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewFieldHandler.java
--- 
a/modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewFieldHandler.java
      Mon Dec 19 11:31:31 2011 +0100
+++ 
b/modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewFieldHandler.java
      Mon Dec 19 11:33:20 2011 +0100
@@ -380,10 +380,6 @@
 
       statusBarFields.add(property.getName());
 
-      if (field.isDisplayed()) {
-        continue;
-      }
-
       final OBViewField viewField = new OBViewField();
       viewField.setField(field);
       viewField.setProperty(property);

------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to