mirror of
https://github.com/documize/community.git
synced 2025-07-19 21:29:42 +02:00
only show active users for selection in space-scoped lists
This commit is contained in:
parent
68107a4ea1
commit
b0fe7aff26
2 changed files with 7 additions and 2 deletions
|
@ -279,7 +279,7 @@ func GetFolderUsers(w http.ResponseWriter, r *http.Request) {
|
|||
switch folder.Type {
|
||||
case entity.FolderTypePublic:
|
||||
// return all users for team
|
||||
users, err = p.GetUsersForOrganization()
|
||||
users, err = p.GetActiveUsersForOrganization()
|
||||
break
|
||||
case entity.FolderTypePrivate:
|
||||
// just me
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue