details: /erp/devel/pi/rev/b5b9025d652d
changeset: 10348:b5b9025d652d
user: Antonio Moreno <antonio.moreno <at> openbravo.com>
date: Thu Feb 03 09:21:58 2011 +0100
summary: In resizeField, do the call to super before storing the view state.
diffstat:
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-view-grid.js
| 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (14 lines):
diff -r 14eddffff498 -r b5b9025d652d
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-view-grid.js
---
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-view-grid.js
Wed Feb 02 20:34:18 2011 +0100
+++
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-view-grid.js
Thu Feb 03 09:21:58 2011 +0100
@@ -1076,8 +1076,9 @@
},
resizeField: function(fieldNum, newWidth, storeWidth){
+ var res = this.Super('resizeField', arguments);
this.view.standardWindow.storeViewState();
- return this.Super('resizeField', arguments);
+ return res;
}
});
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires
February 28th, so secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits