bruce-models 0.3.4 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/bruce-models.umd.js
CHANGED
|
@@ -3608,7 +3608,7 @@
|
|
|
3608
3608
|
}
|
|
3609
3609
|
ClientFile.GetUrl = GetUrl;
|
|
3610
3610
|
function GetUrlWithExt(api, file) {
|
|
3611
|
-
return api.GetBaseUrl() + "/file/" + file + (file.FileExt ? file.FileExt : "");
|
|
3611
|
+
return api.GetBaseUrl() + "/file/" + file.ID + (file.FileExt ? file.FileExt : "");
|
|
3612
3612
|
}
|
|
3613
3613
|
ClientFile.GetUrlWithExt = GetUrlWithExt;
|
|
3614
3614
|
function Get(api, fileId) {
|