From 741c2b49e3668b550e36faafe1367aad25f1ea4f Mon Sep 17 00:00:00 2001 From: Jan Date: Wed, 19 Jul 2023 13:14:19 +0200 Subject: [PATCH] Add error log to upload service (#9436) * Add error log to upload service * Add changelog item * Rm not needed surrounding div * add computed * Fix styling * Fix spacing --- .../enhancement-add-error-log-to-upload-dialog | 9 +++++++++ .../OcNotificationMessage/OcNotificationMessage.vue | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 changelog/unreleased/enhancement-add-error-log-to-upload-dialog diff --git a/changelog/unreleased/enhancement-add-error-log-to-upload-dialog b/changelog/unreleased/enhancement-add-error-log-to-upload-dialog new file mode 100644 index 00000000000..23443261193 --- /dev/null +++ b/changelog/unreleased/enhancement-add-error-log-to-upload-dialog @@ -0,0 +1,9 @@ +Enhancement: Add error log to upload dialog + +We've added a error log to the upload dialog, so if an upload fails the user can copy the log and might hand +it over to their admin. + +https://github.com/owncloud/web/pull/9436 +https://github.com/owncloud/web/pull/9426 +https://github.com/owncloud/web/issues/9430 + diff --git a/packages/design-system/src/components/OcNotificationMessage/OcNotificationMessage.vue b/packages/design-system/src/components/OcNotificationMessage/OcNotificationMessage.vue index 3083a532cb8..a74e88fc53e 100644 --- a/packages/design-system/src/components/OcNotificationMessage/OcNotificationMessage.vue +++ b/packages/design-system/src/components/OcNotificationMessage/OcNotificationMessage.vue @@ -31,7 +31,7 @@ - +