1
0
Fork 0
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:
Harvey Kandola 2017-03-22 19:51:51 +00:00
parent 68107a4ea1
commit b0fe7aff26
2 changed files with 7 additions and 2 deletions

View file

@ -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