Changeset - 7cca0d07c12b
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 12 years ago 2013-05-28 23:27:44
marcin@python-works.com
fix: add UI settings to session
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
rhodecode/lib/db_manage.py
Show inline comments
 
@@ -647,12 +647,13 @@ class DbManage(object):
 
        ]
 
        for section,key,value in ui_config:
 
            ui_conf = RhodeCodeUi()
 
            setattr(ui_conf, 'ui_section', section)
 
            setattr(ui_conf, 'ui_key', key)
 
            setattr(ui_conf, 'ui_value', value)
 
            self.sa.add(ui_conf)
 

	
 
        settings = [
 
            ('realm', 'RhodeCode authentication', unicode),
 
            ('title', 'RhodeCode', unicode),
 
            ('ga_code', '', unicode),
 
            ('show_public_icon', True, bool),
0 comments (0 inline, 0 general)