Commit a061cfacb54ad5b4b39054877d1ec4683aeeb703

Authored by Benjamin Renard
1 parent 9c59991e

Fix a bug with TT sorting (#6246)

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
js/app/views/TimeTableUI.js
... ... @@ -440,6 +440,7 @@ Ext.define('amdaUI.TimeTableUI', {
440 440 store : store,
441 441 features: [filters],
442 442 columnLines: true,
  443 + selModel: {pruneRemoved: false},
443 444 columns: [
444 445 {
445 446 xtype: 'rownumberer',
... ...