forked from extern/egroupware
Respect no_actions flag in controller_selection when selecting a range / all
This commit is contained in:
@ -669,6 +669,11 @@ var et2_dataview_controller = (function(){ "use strict"; return Class.extend({
|
||||
this.self._selectionMgr.registerRow(this.entry.uid, this.entry.idx,
|
||||
tr, links);
|
||||
}
|
||||
else
|
||||
{
|
||||
// Remember that
|
||||
this.entry.no_actions = true;
|
||||
}
|
||||
|
||||
// Invalidate the current row entry
|
||||
this.entry.row.invalidate();
|
||||
|
Reference in New Issue
Block a user