Show More
@@ -247,7 +247,7 b' class AdminUserGroupsView(BaseAppView, D' | |||
|
247 | 247 | @view_config( |
|
248 | 248 | route_name='edit_user_group_perms_summary_json', request_method='GET', |
|
249 | 249 | renderer='json_ext') |
|
250 | def user_group_perms_summary(self): | |
|
250 | def user_group_perms_summary_json(self): | |
|
251 | 251 | self.load_default_context() |
|
252 | 252 | |
|
253 | 253 | user_group_id = self.request.matchdict.get('user_group_id') |
General Comments 0
You need to be logged in to leave comments.
Login now