mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 02:41:02 +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
8920067ac3
commit
b4c0ed9edc
@ -867,7 +867,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