dashfolders: fix user group picker + cleanup

This commit is contained in:
Daniel Lee
2017-06-23 20:55:53 +02:00
parent 456225365f
commit 01ac3a49bd
7 changed files with 51 additions and 42 deletions

View File

@@ -66,6 +66,7 @@ func SearchUserGroups(c *middleware.Context) Response {
Name: c.Query("name"),
Page: page,
Limit: perPage,
OrgId: c.OrgId,
}
if err := bus.Dispatch(&query); err != nil {