mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Fix disconnected et2-vfs-mime could stall template load
This commit is contained in:
parent
a8a7456ce5
commit
4fe2398a37
@ -582,7 +582,7 @@ export class et2_vfsUpload extends et2_file
|
||||
{
|
||||
let value = sender.getValue && sender.getValue() || sender.options?.value || false;
|
||||
let row;
|
||||
if(value)
|
||||
if(value && value.path)
|
||||
{
|
||||
// Have a value, we can find the right place
|
||||
row = jQuery("[data-path='" + (value.path.replace(/'/g, '"')) + "']", this.list);
|
||||
|
Loading…
Reference in New Issue
Block a user