Changeset - 4c401e37f01d
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2013-01-31 02:09:50
marcin@python-works.com
fixes issue #747, load changeset cache after forking to refresh lightweight dashboard caches
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
rhodecode/lib/celerylib/tasks.py
Show inline comments
 
@@ -433,6 +433,7 @@ def create_repo_fork(form_data, cur_user
 
                   fork_name, '', DBS)
 
    # finally commit at latest possible stage
 
    DBS.commit()
 
    fork_repo.update_changeset_cache()
 

	
 

	
 
def __get_codes_stats(repo_name):
0 comments (0 inline, 0 general)