diff rhodecode/lib/utils.py @ 1361:87ca17540603 beta

fixed #47 adding a new repo that have a group chosen had wrong paths.
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 04 Jun 2011 22:57:22 +0200
parents ed309b1fbaa4
children 9c0f5d558789
line wrap: on
line diff
--- a/rhodecode/lib/utils.py	Sat Jun 04 20:34:30 2011 +0200
+++ b/rhodecode/lib/utils.py	Sat Jun 04 22:57:22 2011 +0200
@@ -386,6 +386,7 @@
             added.append(name)
             form_data = {
                          'repo_name': name,
+                         'repo_name_full': name,
                          'repo_type': repo.alias,
                          'description': repo.description \
                             if repo.description != 'unknown' else \