Changeset - 39db02a954ec
[Not reviewed]
default
0 2 0
Mads Kiilerich (mads) - 6 years ago 2020-07-25 18:12:06
mads@kiilerich.com
permissions: fix bad variable reference after cleanup in d79de6c61359
2 files changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/controllers/admin/permissions.py
Show inline comments
 
@@ -108,7 +108,6 @@ class PermissionsController(BaseControll
 
                [x[0] for x in c.group_perms_choices],
 
                [x[0] for x in c.user_group_perms_choices],
 
                [x[0] for x in c.repo_create_choices],
 
                [x[0] for x in c.repo_group_create_choices],
 
                [x[0] for x in c.user_group_create_choices],
 
                [x[0] for x in c.fork_choices],
 
                [x[0] for x in c.register_choices],
kallithea/model/forms.py
Show inline comments
 
@@ -396,7 +396,6 @@ def ApplicationUiSettingsForm():
 

	
 
def DefaultPermissionsForm(repo_perms_choices, group_perms_choices,
 
                           user_group_perms_choices, create_choices,
 
                           repo_group_create_choices,
 
                           user_group_create_choices, fork_choices,
 
                           register_choices, extern_activate_choices):
 
    class _DefaultPermissionsForm(formencode.Schema):
0 comments (0 inline, 0 general)