Files @ 72c8917108ee
Branch filter:

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

Mads Kiilerich
journal: don't show "error" popup when navigating away from page while lazy info is loading

The "error" box would pop up in the Journal view when quickly pointing and
clicking a link while the info was loading.

This fix might prevent showing valid error messages in some browsers.
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass