mirror of
https://github.com/nextcloud/server.git
synced 2026-05-25 18:52:53 -04:00
The `SHARE` permissions falls into the `default` case in the switch case, causing the rendering to look like ` , Upload, Read`. This PR changes the return value of the `default` case and adds a `filter` to remove those values. Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| components | ||
| lib | ||
| mixins | ||
| models | ||
| services | ||
| style | ||
| utils | ||
| views | ||
| additionalScripts.js | ||
| collaborationresources.js | ||
| collaborationresourceshandler.js | ||
| files_sharing.js | ||
| files_sharing_tab.js | ||
| index.js | ||
| personal-settings.js | ||
| share.js | ||
| sharebreadcrumbview.js | ||