Fix select all disables multi-entry actions

This commit is contained in:
nathangray 2017-11-27 15:06:13 -07:00
parent 45fd2e5024
commit e5851f9249

View File

@ -232,6 +232,7 @@ var et2_dataview_controller = (function(){ "use strict"; return Class.extend({
{
// No rows, start with an empty
this._emptyRow();
this._selectionMgr.clear();
}
},