[FIX] web_kanban: wrong condition to reset the dataset index
authorDenis Ledoux <dle@odoo.com>
Tue, 4 Nov 2014 16:45:53 +0000 (17:45 +0100)
committerDenis Ledoux <dle@odoo.com>
Tue, 4 Nov 2014 16:47:53 +0000 (17:47 +0100)
commitbe7c894cfd4940004f694ed66beefd45f8e98c0f
tree893f522597b74e9b58936b8a563ad808e72d98d2
parent2fb2d9f956b5ddd37da3cc3fdb9f55ea1f0e1878
[FIX] web_kanban: wrong condition to reset the dataset index

This is related to rev. a218a9ed3f6c965820f2ebdf76ee0e6c89c59a0c

The condition is good, but not in the right place: It should be done once all read_slice (all columns records) are fetched, not at each read_slice end
addons/web_kanban/static/src/js/kanban.js