diff rhodecode/model/scm.py @ 1005:520e67cbb494 beta

fixed sorting in maing page by owners
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 08 Feb 2011 15:41:47 +0100
parents 1951c35483ab
children 4f834b0abcd3
line wrap: on
line diff
--- a/rhodecode/model/scm.py	Tue Feb 08 15:06:41 2011 +0100
+++ b/rhodecode/model/scm.py	Tue Feb 08 15:41:47 2011 +0100
@@ -153,6 +153,7 @@
                 tmp_d['rev'] = tip.revision
                 tmp_d['contact'] = repo.dbrepo.user.full_contact
                 tmp_d['contact_sort'] = tmp_d['contact']
+                tmp_d['owner_sort'] = tmp_d['contact']
                 tmp_d['repo_archives'] = list(repo._get_archives())
                 tmp_d['last_msg'] = tip.message
                 tmp_d['repo'] = repo