[FIX] disable sorting (column-click) in an editable listview being edited
authorXavier Morel <xmo@openerp.com>
Mon, 26 Nov 2012 16:13:43 +0000 (17:13 +0100)
committerXavier Morel <xmo@openerp.com>
Mon, 26 Nov 2012 16:13:43 +0000 (17:13 +0100)
commitf243fd7c46234691ce5ff6416a214676386c4de0
treef2cd9cdaab2af8b5bf02b19bbb1d953382911e0a
parent4a5cb1ebc478cb650a2bf33081f101e4f74bc6fe
[FIX] disable sorting (column-click) in an editable listview being edited

To do so, extract sort handling to its own method (bound using the
events hash) and override-and-disable in editable.

bzr revid: xmo@openerp.com-20121126161343-r5pymdtkiltij9cu
addons/web/static/src/js/view_list.js
addons/web/static/src/js/view_list_editable.js