mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Fix Merge dialog "Save file" button did not actually save the file if one merge document was selected
It opened it in Collabora instead, regardless of which button was clicked
This commit is contained in:
parent
343025dece
commit
8390b82b71
@ -869,7 +869,7 @@ export abstract class EgwApp
|
||||
{
|
||||
vars.document = document.documents.map(f => f.path);
|
||||
}
|
||||
if(document.documents.length == 1 && !document.options.individual)
|
||||
if(document.documents.length == 1 && !document.options.individual && !document.options.download)
|
||||
{
|
||||
// Only 1 document, we can open it
|
||||
vars.id = JSON.stringify(ids);
|
||||
|
Loading…
Reference in New Issue
Block a user