mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Fix broken select all action
This commit is contained in:
parent
9eeb8e1199
commit
508b38a15e
@ -1216,6 +1216,7 @@ app.classes.filemanager = AppJS.extend(
|
||||
* @returns {boolean} returns true if is editable otherwise false
|
||||
*/
|
||||
isEditable: function (_egwAction, _senders) {
|
||||
if (_senders.length>1) return false;
|
||||
var data = egw.dataGetUIDdata(_senders[0].id),
|
||||
mime = this.et2._inst.widgetContainer.getWidgetById('$row');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user