mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
* Collabora: Fix issue of inserting an image into document pops a rename dialog
This commit is contained in:
parent
f46db0484a
commit
491d17bc08
@ -1262,7 +1262,7 @@ var et2_vfsSelect = (function(){ "use strict"; return et2_inputWidget.extend(
|
||||
default:
|
||||
if (self.options.method === 'download') submit_value.path = _data.content.download_baseUrl;
|
||||
files = submit_value.path+'/'+submit_value.name;
|
||||
if (self.options.method !== 'download' && !savemode)
|
||||
if (self.options.mode === 'saveas' && !savemode)
|
||||
{
|
||||
for(var p in _data.content.dir)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user