FEATURE: global admin override of most of the user preferences

This commit is contained in:
Régis Hanol
2015-08-21 20:39:21 +02:00
parent 73264648f2
commit bef80633b1
56 changed files with 438 additions and 215 deletions

View File

@ -21,7 +21,7 @@ module SiteSettingExtension
end
def types
@types ||= Enum.new(:string, :time, :fixnum, :float, :bool, :null, :enum, :list, :url_list, :host_list)
@types ||= Enum.new(:string, :time, :fixnum, :float, :bool, :null, :enum, :list, :url_list, :host_list, :category_list)
end
def mutex