Changeset - d388a941b022
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 15 years ago 2010-12-11 23:08:04
marcin@python-works.com
enable stats on newly created repository
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
rhodecode/model/repo.py
Show inline comments
 
@@ -130,6 +130,7 @@ class RepoModel(BaseModel):
 
            else:
 
                org_name = repo_name = str(form_data['repo_name'])
 
            new_repo = Repository()
 
            new_repo.stats = True
 
            for k, v in form_data.items():
 
                if k == 'repo_name':
 
                    v = repo_name
0 comments (0 inline, 0 general)