mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 15:25:09 +02:00
Etemplate: Fix rows actions didn't work after dragging file from system onto row
This commit is contained in:
@ -500,7 +500,7 @@ export class et2_dataview_selectionManager
|
||||
break;
|
||||
}
|
||||
}
|
||||
if(_links)
|
||||
if(_links.length)
|
||||
{
|
||||
this._attachActionObjectInterface(_entry, null, _entry.uid);
|
||||
this._attachActionObject(_entry, null, _entry.uid, _links, _entry.idx);
|
||||
|
Reference in New Issue
Block a user