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:
nathangray
2021-06-23 11:19:36 -06:00
parent 35885b10ea
commit 186e03671a
6 changed files with 200 additions and 24 deletions

View File

@ -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 = "";