forked from extern/egroupware
On nm init check for grid total number to avoid placeholder actions
This commit is contained in:
parent
c46202763a
commit
736d880ef9
@ -235,7 +235,7 @@ var et2_dataview_controller = (function(){ "use strict"; return Class.extend({
|
|||||||
{
|
{
|
||||||
// No rows, start with an empty
|
// No rows, start with an empty
|
||||||
this._selectionMgr.clear();
|
this._selectionMgr.clear();
|
||||||
this._emptyRow(this._grid._total);
|
this._emptyRow(this._grid._total == 0);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user