Files @ 100be6988bb0
Branch filter:

Location: kallithea/rhodecode/tests/functional/test_admin_repos_groups.py

Marcin Kuzminski
show admin menu and list for users who are admins of repos.

- this is consistent with user groups, repo groups displaying.
- fixes 403s after you actually delete a repository being it's admin
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass