mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 03:34:48 +02:00
Change merge download/Collabora to a common generation method, avoiding need to POST.
This allows Kanban to download merge files
This commit is contained in:
@ -45,6 +45,11 @@ export function nm_action(_action, _senders, _target, _ids)
|
||||
_ids = nm.getSelection();
|
||||
_action.data.nextmatch = nm;
|
||||
}
|
||||
else
|
||||
{
|
||||
// This will probably fail without nm, but it depends on the action
|
||||
_ids = {ids: _senders.map(function(s) {return s.id;})};
|
||||
}
|
||||
}
|
||||
// row ids
|
||||
var row_ids = "";
|
||||
|
Reference in New Issue
Block a user