mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 16:29:22 +01:00
Fix link from VFS dialog did not open
This commit is contained in:
parent
a3c6eba952
commit
821c8474c5
@ -1063,7 +1063,7 @@ var et2_vfsSelect = /** @class */ (function (_super) {
|
|||||||
image: _data.content.mode.match(/saveas|select-dir/) ? "save" : this.options.button_icon
|
image: _data.content.mode.match(/saveas|select-dir/) ? "save" : this.options.button_icon
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
var extra_buttons_action;
|
var extra_buttons_action = {};
|
||||||
if (this.options.extra_buttons && this.options.method) {
|
if (this.options.extra_buttons && this.options.method) {
|
||||||
for (var i = 0; i < this.options.extra_buttons.length; i++) {
|
for (var i = 0; i < this.options.extra_buttons.length; i++) {
|
||||||
delete (this.options.extra_buttons[i]['click']);
|
delete (this.options.extra_buttons[i]['click']);
|
||||||
|
@ -1291,7 +1291,7 @@ export class et2_vfsSelect extends et2_inputWidget
|
|||||||
image: _data.content.mode.match(/saveas|select-dir/) ? "save" : this.options.button_icon
|
image: _data.content.mode.match(/saveas|select-dir/) ? "save" : this.options.button_icon
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
let extra_buttons_action;
|
let extra_buttons_action = {};
|
||||||
|
|
||||||
if (this.options.extra_buttons && this.options.method)
|
if (this.options.extra_buttons && this.options.method)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user