mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #49644 from nextcloud/artonge/fix/sharetype
fix(files_sharing): List of share type during recipient lookup
This commit is contained in:
commit
7bc21d8a34
10 changed files with 18 additions and 8 deletions
|
|
@ -168,7 +168,17 @@ export default {
|
|||
lookup = true
|
||||
}
|
||||
|
||||
const shareType = Object.values(ShareType)
|
||||
const shareType = [
|
||||
ShareType.User,
|
||||
ShareType.Group,
|
||||
ShareType.Remote,
|
||||
ShareType.RemoteGroup,
|
||||
ShareType.Team,
|
||||
ShareType.Room,
|
||||
ShareType.Guest,
|
||||
ShareType.Deck,
|
||||
ShareType.ScienceMesh,
|
||||
]
|
||||
|
||||
if (getCapabilities().files_sharing.public.enabled === true) {
|
||||
shareType.push(ShareType.Email)
|
||||
|
|
|
|||
2
dist/3608-3608.js
vendored
2
dist/3608-3608.js
vendored
File diff suppressed because one or more lines are too long
1
dist/3608-3608.js.map
vendored
1
dist/3608-3608.js.map
vendored
File diff suppressed because one or more lines are too long
1
dist/3608-3608.js.map.license
vendored
1
dist/3608-3608.js.map.license
vendored
|
|
@ -1 +0,0 @@
|
|||
3608-3608.js.license
|
||||
2
dist/6391-6391.js
vendored
Normal file
2
dist/6391-6391.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/6391-6391.js.map
vendored
Normal file
1
dist/6391-6391.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/6391-6391.js.map.license
vendored
Symbolic link
1
dist/6391-6391.js.map.license
vendored
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
6391-6391.js.license
|
||||
4
dist/files_sharing-files_sharing_tab.js
vendored
4
dist/files_sharing-files_sharing_tab.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files_sharing-files_sharing_tab.js.map
vendored
2
dist/files_sharing-files_sharing_tab.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue