Changeset - 45755867deda
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 13 years ago 2013-01-24 12:09:55
marcin@python-works.com
Grafted from: f5c5095c7028
fix private flag switching default permission
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/model/validators.py
Show inline comments
 
@@ -533,7 +533,7 @@ def ValidPerms(type_='repo'):
 
                         'g': 'users_group'
 
                    }[k[0]]
 
                    if member == 'default':
 
                        if value.get('private'):
 
                        if value.get('repo_private'):
 
                            # set none for default when updating to
 
                            # private repo
 
                            v = EMPTY_PERM
0 comments (0 inline, 0 general)