odoo/addons/web_kanban/static/src
Nicolas Lempereur 2a0c018043 [FIX] kanban: search more when DataSetStatic
When showing a kanban, there is differences between dataset of types:

* DataSetStatic: self.view.dataset===self.dataset, their ids attributes are the entire ids list,
* DataSet and DataSetSearch: self.view.dataset.ids are the already in the view ids, self.dataset.ids are the last gotten ids.

Hence with DataSetStatic dataset, when self.view.dataset.ids.splice(0) is done
self.dataset.ids is also emptied. And in the read_slice function, the slice is
done on that (now empty) array.

This fix removes the splicing of this ids array (which doesn't change a thing
since the array is overwritten latter), a _.difference is used to remove
eventual duplicates since in the DataSetStatic case, the same array is being
concatenated to itself

opw-630654 opw-617090 opw-619563
2015-03-26 17:28:02 +01:00
..
css [FIX] web,web_kanban: correct radial-gradient usage 2014-11-05 20:57:59 +01:00
img [IMP] PNG recompression 2013-06-05 14:43:27 +02:00
js [FIX] kanban: search more when DataSetStatic 2015-03-26 17:28:02 +01:00
xml [IMP] kanban: display number of folded records 2013-01-30 13:07:11 +01:00