details:   /erp/devel/pi/rev/e8d667bd5e70
changeset: 11462:e8d667bd5e70
user:      Gorka Ion Damián <gorkaion.damian <at> openbravo.com>
date:      Mon Apr 04 16:52:51 2011 +0200
summary:   [OBUIAPP]Fixed issue 16581.Forze to have a unique datasource 
instance for each grid.

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/alert-management/ob-alert-grid.js
 |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r e6a882103e7d -r e8d667bd5e70 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/alert-management/ob-alert-grid.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/alert-management/ob-alert-grid.js
        Mon Apr 04 17:05:19 2011 +0200
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/alert-management/ob-alert-grid.js
        Mon Apr 04 16:52:51 2011 +0200
@@ -117,7 +117,7 @@
 
     this.contextMenu = this.getMenuConstructor().create({items: []});
     
-    OB.Datasource.get('ADAlert', this);
+    OB.Datasource.get('ADAlert', this, null, true);
     
     this.Super('initWidget', arguments);
   },

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to