##// END OF EJS Templates
fixes issue #747, load changeset cache after forking to refresh lightweight dashboard caches
marcink -
r3279:4c401e37 beta
parent child Browse files
Show More
@@ -433,6 +433,7 b' def create_repo_fork(form_data, cur_user'
433 fork_name, '', DBS)
433 fork_name, '', DBS)
434 # finally commit at latest possible stage
434 # finally commit at latest possible stage
435 DBS.commit()
435 DBS.commit()
436 fork_repo.update_changeset_cache()
436
437
437
438
438 def __get_codes_stats(repo_name):
439 def __get_codes_stats(repo_name):
General Comments 0
You need to be logged in to leave comments. Login now