Skip to content

Commit

Permalink
Merge pull request #4809 from owncloud/15032021_remove_obsolete_share…
Browse files Browse the repository at this point in the history
…Type

Delete shareType of 'userGroup'
  • Loading branch information
pascalwengerter authored Mar 15, 2021
2 parents 4ffa9d6 + 1c69f22 commit 5121a3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog/unreleased/fix-remove-unsupported-shareType
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bugfix: Remove unsupported shareType

We don't support 'userGroup' (originally 'contact', shareType `2`) on the backend side anymore, so we delete it on the frontend, too.

https://github.com/owncloud/web/pull/4809
1 change: 0 additions & 1 deletion packages/web-app-files/src/helpers/shareTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
export const shareTypes = {
user: 0,
group: 1,
userGroup: 2,
link: 3,
guest: 4,
remote: 6
Expand Down

0 comments on commit 5121a3b

Please sign in to comment.