Vishmita Jadeja (openerp) has proposed merging 
lp:~openerp-dev/openerp-web/7.0-bug-1103518-vja into lp:openerp-web/7.0.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #1103518 in OpenERP Web: "can't open form of data out of kanban"
  https://bugs.launchpad.net/openerp-web/+bug/1103518

For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/7.0-bug-1103518-vja/+merge/144675

Hello,

     When there are more than 40 data in a kanban column,at the end of the 
column there is "show more" button. Click on it and try to open the form of one 
remaining data:
it gives following: 
   error: Kanban: could not find id#62
   undefined

Thanks.
-- 
https://code.launchpad.net/~openerp-dev/openerp-web/7.0-bug-1103518-vja/+merge/144675
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openerp-web/7.0-bug-1103518-vja.
=== modified file 'addons/web_kanban/static/src/js/kanban.js'
--- addons/web_kanban/static/src/js/kanban.js	2013-01-07 12:37:21 +0000
+++ addons/web_kanban/static/src/js/kanban.js	2013-01-24 10:55:27 +0000
@@ -632,7 +632,7 @@
             'limit': self.view.limit,
             'offset': self.dataset_offset += self.view.limit
         }).then(function(records) {
-            self.view.dataset.ids = ids.concat(self.view.dataset.ids);
+            self.view.dataset.ids = ids.concat(self.dataset.ids);
             self.do_add_records(records);
             self.compute_cards_auto_height();
             return records;

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : openerp-dev-gtk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to