diff --git a/.changes/unreleased/Feature-20240911-132134.yaml b/.changes/unreleased/Feature-20240911-132134.yaml new file mode 100644 index 000000000..1ee08e968 --- /dev/null +++ b/.changes/unreleased/Feature-20240911-132134.yaml @@ -0,0 +1,7 @@ +kind: Feature +body: When a document is converted or downloaded in the browser, this document is + removed from the browser memory after 45s. Future click on the button re-download + the document. +time: 2024-09-11T13:21:34.444838795+02:00 +custom: + Issue: "306" diff --git a/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/StoredObjectButton/ConvertButton.vue b/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/StoredObjectButton/ConvertButton.vue index 8dae4b452..b9e090f67 100644 --- a/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/StoredObjectButton/ConvertButton.vue +++ b/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/StoredObjectButton/ConvertButton.vue @@ -1,5 +1,5 @@