diff --git a/changelog/unreleased/bugfix-indirect-links-should-not-be-editable b/changelog/unreleased/bugfix-indirect-links-should-not-be-editable new file mode 100644 index 00000000000..9084a9ede8c --- /dev/null +++ b/changelog/unreleased/bugfix-indirect-links-should-not-be-editable @@ -0,0 +1,7 @@ +Bugfix: Indirect links should not be editable + +We've fixed a bug where it was possible to edit an +indirect link. + +https://github.com/owncloud/web/issues/6964 +https://github.com/owncloud/web/pull/6980 \ No newline at end of file diff --git a/packages/web-app-files/src/components/SideBar/Shares/FileLinks.vue b/packages/web-app-files/src/components/SideBar/Shares/FileLinks.vue index 025bc6f88fe..8a8479812d5 100644 --- a/packages/web-app-files/src/components/SideBar/Shares/FileLinks.vue +++ b/packages/web-app-files/src/components/SideBar/Shares/FileLinks.vue @@ -58,7 +58,7 @@ i.token === link.token) + }, + reloadLinks() { this.loadCurrentFileOutgoingShares({ client: this.$client,