fixed dms links

This commit is contained in:
Joan Sanchez 2019-12-19 14:13:24 +01:00
parent 7fa22da619
commit 8a54da6fd3
2 changed files with 4 additions and 4 deletions

View File

@ -61,7 +61,7 @@
<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 +74,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}}">