details:   https://code.openbravo.com/erp/devel/pi/rev/00a151751c86
changeset: 22642:00a151751c86
user:      Asier Lostalé <asier.lostale <at> openbravo.com>
date:      Thu Mar 06 16:34:41 2014 +0100
summary:   fixed bug 25922: process definition with multiple selector fails

 Resetting with is no longer required as now it is properly updated, setting it
 caused an exception

diffstat:

 
modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-multi-selector-item.js
 |  12 ----------
 1 files changed, 0 insertions(+), 12 deletions(-)

diffs (22 lines):

diff -r 30630ff35104 -r 00a151751c86 
modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-multi-selector-item.js
--- 
a/modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-multi-selector-item.js
        Thu Mar 06 16:22:11 2014 +0100
+++ 
b/modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-multi-selector-item.js
        Thu Mar 06 16:34:41 2014 +0100
@@ -156,18 +156,6 @@
     }
   },
 
-
-  redrawn: function () {
-    this.fixWidth();
-    this.Super('redrawn', arguments);
-  },
-  fixWidth: function () {
-    // hack to adapt the whole item width, so it takes the same space as other 
items
-    var w = this.containerWidget.width / this.containerWidget.numCols - 
this.iconWidth - 3;
-    if (this.width !== w) {
-      this.setWidth(w);
-    }
-  },
   // resets whole selection to the records passed as parameter
   setSelectedRecords: function (records) {
     var i;

------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to