From 3bc54f45b74830a3e69f3ab1302b556d277888dd Mon Sep 17 00:00:00 2001 From: Boris Waaub Date: Wed, 4 Feb 2026 11:55:38 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20la=20gestion=20des=20liens=20davLi?= =?UTF-8?q?nk=20et=20davLinkExpiration=20en=20tant=20que=20propri=C3=A9t?= =?UTF-8?q?=C3=A9s=20optionnelles=20et=20mise=20=C3=A0=20jour=20de=20la=20?= =?UTF-8?q?structure=20du=20template=20dans=20App.vue=20pour=20int=C3=A9gr?= =?UTF-8?q?er=20WaitingScreen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../vuejs/DocumentActionButtonsGroup.vue | 8 +-- .../public/vuejs/DownloadExport/App.vue | 70 +++++++++---------- 2 files changed, 39 insertions(+), 39 deletions(-) diff --git a/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/DocumentActionButtonsGroup.vue b/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/DocumentActionButtonsGroup.vue index e5217b8ae..baa99c5ab 100644 --- a/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/DocumentActionButtonsGroup.vue +++ b/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/DocumentActionButtonsGroup.vue @@ -26,8 +26,8 @@
  • @@ -104,12 +104,12 @@ interface DocumentActionButtonsGroupConfig { /** * a link to download and edit file using webdav */ - davLink: string; + davLink?: string; /** * the expiration date of the download, as a unix timestamp */ - davLinkExpiration: number; + davLinkExpiration?: number; } const emit = diff --git a/src/Bundle/ChillMainBundle/Resources/public/vuejs/DownloadExport/App.vue b/src/Bundle/ChillMainBundle/Resources/public/vuejs/DownloadExport/App.vue index d0cdc170f..8cd9397f9 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/vuejs/DownloadExport/App.vue +++ b/src/Bundle/ChillMainBundle/Resources/public/vuejs/DownloadExport/App.vue @@ -1,3 +1,38 @@ + + - -