Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix into test
gitea/salix/test There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2019-12-19 14:31:12 +01:00
commit 1fb32e8ac5
2 changed files with 5 additions and 4 deletions

View File

@ -61,7 +61,8 @@
<vn-td shrink>
<a target="_blank"
title="{{'Download file' | translate}}"
href="dms/{{::document.dmsFk}}/downloadFile?access_token={{::$ctrl.accessToken}}">{{::document.dms.file}}
href="api/dms/{{::document.dmsFk}}/downloadFile?access_token={{::$ctrl.accessToken}}">
{{::document.dms.file}}
</a>
</vn-td>
<vn-td shrink>
@ -74,7 +75,7 @@
</vn-td>
<vn-td shrink>
<a target="_blank"
href="dms/{{::document.dmsFk}}/downloadFile?access_token={{::$ctrl.accessToken}}">
href="api/dms/{{::document.dmsFk}}/downloadFile?access_token={{::$ctrl.accessToken}}">
<vn-icon-button
icon="cloud_download"
title="{{'Download file' | translate}}">

View File

@ -59,7 +59,7 @@
<vn-td shrink>
<a target="_blank"
title="{{'Download file' | translate}}"
href="dms/{{::document.dmsFk}}/downloadFile?access_token={{::$ctrl.accessToken}}">
href="api/dms/{{::document.dmsFk}}/downloadFile?access_token={{::$ctrl.accessToken}}">
{{::document.dms.file}}
</a>
</vn-td>
@ -73,7 +73,7 @@
</vn-td>
<vn-td shrink>
<a target="_blank"
href="dms/{{::document.dmsFk}}/downloadFile?access_token={{::$ctrl.accessToken}}">
href="api/dms/{{::document.dmsFk}}/downloadFile?access_token={{::$ctrl.accessToken}}">
<vn-icon-button
icon="cloud_download"
title="{{'Download file' | translate}}">