Show More
@@ -159,7 +159,8 b' class AdminUserGroupsView(BaseAppView, D' | |||
|
159 | 159 | "members": user_gr.member_count, |
|
160 | 160 | # NOTE(marcink): because of advanced query we |
|
161 | 161 | # need to load it like that |
|
162 |
"sync": UserGroup._load_sync( |
|
|
162 | "sync": UserGroup._load_sync( | |
|
163 | UserGroup._load_group_data(user_gr.group_data)), | |
|
163 | 164 | "active": h.bool2icon(user_gr.users_group_active), |
|
164 | 165 | "owner": user_profile(user_gr.User.username), |
|
165 | 166 | "action": user_group_actions( |
General Comments 0
You need to be logged in to leave comments.
Login now