From a3f8893ff0cd11187f98f32190ee3f71cbc7f348 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Fri, 8 Apr 2016 12:36:54 +0100 Subject: [PATCH] Fixed thumbnail path --- .../alfresco-file-list/src/alfresco-file-list.html | 2 +- web-components/alfresco-file-list/src/alfresco-file-list.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo-shell-ng2/webcomponents/alfresco-file-list/src/alfresco-file-list.html b/demo-shell-ng2/webcomponents/alfresco-file-list/src/alfresco-file-list.html index a29ba75423..3c1bdd161b 100644 --- a/demo-shell-ng2/webcomponents/alfresco-file-list/src/alfresco-file-list.html +++ b/demo-shell-ng2/webcomponents/alfresco-file-list/src/alfresco-file-list.html @@ -264,7 +264,7 @@ }, thumbBaseUrl: function () { - return this.host + '/share/proxy/alfresco/'; + return this.host + '/alfresco/service/'; } }); }); diff --git a/web-components/alfresco-file-list/src/alfresco-file-list.html b/web-components/alfresco-file-list/src/alfresco-file-list.html index 761a5371bf..4012ff0070 100644 --- a/web-components/alfresco-file-list/src/alfresco-file-list.html +++ b/web-components/alfresco-file-list/src/alfresco-file-list.html @@ -264,7 +264,7 @@ }, thumbBaseUrl: function () { - return this.host + '/share/proxy/alfresco/'; + return this.host + '/alfresco/service/'; } }); });