details:   https://code.openbravo.com/erp/devel/pi/rev/cc24503ec9ba
changeset: 14962:cc24503ec9ba
user:      Martin Taal <martin.taal <at> openbravo.com>
date:      Wed Dec 28 13:14:23 2011 +0100
summary:   Related to issue 19377: Hide audit section in new/insert mode
Revert not needed change

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
 |  12 +++++-----
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (42 lines):

diff -r 223e42851785 -r cc24503ec9ba 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
     Wed Dec 28 04:37:38 2011 +0100
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
     Wed Dec 28 13:14:23 2011 +0100
@@ -257,10 +257,10 @@
         this.noteSection.collapseSection(true);
         delete this.noteSection.hiddenInForm;
         this.noteSection.refresh();
-        this.noteSection.show(true);
+        this.noteSection.show();
       } else {
         this.noteSection.hiddenInForm = true;
-        this.noteSection.hide(true);
+        this.noteSection.hide();
       }
   },
   
@@ -272,10 +272,10 @@
       this.linkedItemSection.collapseSection(true);
       this.linkedItemSection.setRecordInfo(this.view.entity, 
this.getValue(OB.Constants.ID));
       delete this.linkedItemSection.hiddenInForm;
-      this.linkedItemSection.show(true);
+      this.linkedItemSection.show();
     } else {
       this.linkedItemSection.hiddenInForm = true;
-      this.linkedItemSection.hide(true);
+      this.linkedItemSection.hide();
     }
   },
   
@@ -287,10 +287,10 @@
       this.attachmentsSection.collapseSection(true);
       this.attachmentsSection.setRecordInfo(this.view.entity, 
this.getValue(OB.Constants.ID), this.view.tabId);
       delete this.attachmentsSection.hiddenInForm;
-      this.attachmentsSection.show(true);
+      this.attachmentsSection.show();
     } else {
       this.attachmentsSection.hiddenInForm = true;
-      this.attachmentsSection.hide(true);
+      this.attachmentsSection.hide();
     }
   },
   

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to