Show More
@@ -74,7 +74,7 b' class RepoGroupPermissionsView(RepoGroup' | |||||
74 | h.flash(msg, category='warning') |
|
74 | h.flash(msg, category='warning') | |
75 | raise HTTPFound( |
|
75 | raise HTTPFound( | |
76 | h.route_path('edit_repo_group_perms', |
|
76 | h.route_path('edit_repo_group_perms', | |
77 | group_name=self.db_repo_group_name)) |
|
77 | repo_group_name=self.db_repo_group_name)) | |
78 |
|
78 | |||
79 | # iterate over all members(if in recursive mode) of this groups and |
|
79 | # iterate over all members(if in recursive mode) of this groups and | |
80 | # set the permissions ! |
|
80 | # set the permissions ! |
General Comments 0
You need to be logged in to leave comments.
Login now