diff --git a/changelog/unreleased/enhancement-quickactions-configurable-capabilities b/changelog/unreleased/enhancement-quickactions-configurable-capabilities new file mode 100644 index 00000000000..fa9621edd23 --- /dev/null +++ b/changelog/unreleased/enhancement-quickactions-configurable-capabilities @@ -0,0 +1,6 @@ +Enhancement: QuickActions role configurable + +We've added the option to change the default quickactions role via capabilities. + +https://github.com/owncloud/web/pull/8566 +https://github.com/owncloud/web/issues/8547 \ No newline at end of file diff --git a/packages/web-app-files/src/components/SideBar/Shares/Links/CreateQuickLink.vue b/packages/web-app-files/src/components/SideBar/Shares/Links/CreateQuickLink.vue index d04b21be2dd..904ec8ee9f8 100644 --- a/packages/web-app-files/src/components/SideBar/Shares/Links/CreateQuickLink.vue +++ b/packages/web-app-files/src/components/SideBar/Shares/Links/CreateQuickLink.vue @@ -1,25 +1,42 @@