mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Add missing part from commit 4c7709d49f
This commit is contained in:
parent
502d423885
commit
146cba903b
@ -927,6 +927,10 @@ var et2_vfsUpload = /** @class */ (function (_super) {
|
||||
}
|
||||
}
|
||||
}
|
||||
// Set up for expose
|
||||
if (file_data && typeof file_data.download_url === "undefined") {
|
||||
file_data.download_url = "/webdav.php" + file_data.path;
|
||||
}
|
||||
var row = jQuery(document.createElement("tr"))
|
||||
.attr("data-path", file_data.path.replace(/'/g, '"'))
|
||||
.attr("draggable", "true")
|
||||
|
Loading…
Reference in New Issue
Block a user