details:   https://code.openbravo.com/erp/devel/pi/rev/50ed4cb05ee9
changeset: 15558:50ed4cb05ee9
user:      David Baz Fayos <david.baz <at> openbravo.com>
date:      Tue Feb 21 18:19:38 2012 +0100
summary:   Fixed issue 19459: [P&E] Removed un-used select-all checkbox

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
 |  5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diffs (15 lines):

diff -r 85149b871c4f -r 50ed4cb05ee9 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
      Tue Feb 21 15:43:53 2012 +0100
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
      Tue Feb 21 18:19:38 2012 +0100
@@ -96,6 +96,11 @@
 
     this.orderByClause = this.gridProperties.orderByClause;
 
+    this.checkboxFieldDefaults = isc.addProperties(this.checkboxFieldDefaults, 
{
+      canFilter: true,
+      filterEditorType: 'StaticTextItem'
+    });
+
     this.Super('initWidget', arguments);
   },
 

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to