diff --git a/rhodecode/model/forms.py b/rhodecode/model/forms.py --- a/rhodecode/model/forms.py +++ b/rhodecode/model/forms.py @@ -286,6 +286,7 @@ def ApplicationVisualisationForm(): rhodecode_repository_fields = v.StringBoolean(if_missing=False) rhodecode_lightweight_journal = v.StringBoolean(if_missing=False) rhodecode_dashboard_items = v.UnicodeString() + rhodecode_show_version = v.StringBoolean(if_missing=False) return _ApplicationVisualisationForm