]> source.dussan.org Git - redmine.git/commit
Show tabs for existing custom field types only and adds a view for choosing the type...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 7 Feb 2014 07:57:59 +0000 (07:57 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 7 Feb 2014 07:57:59 +0000 (07:57 +0000)
commit7b127ee489a134436ab457467c2da42e32aa652d
tree3b0437c386393ba8690998debd616a76a7f4b312
parent09b95905dc2df3476ac46d2266bb6c9fd4bc2c93
Show tabs for existing custom field types only and adds a view for choosing the type when adding a new custom field.

git-svn-id: http://svn.redmine.org/redmine/trunk@12849 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/custom_fields_controller.rb
app/helpers/application_helper.rb
app/helpers/custom_fields_helper.rb
app/views/common/_tabs.html.erb
app/views/custom_fields/_index.html.erb
app/views/custom_fields/index.html.erb
app/views/custom_fields/select_type.html.erb [new file with mode: 0644]
config/locales/en.yml
config/locales/fr.yml
test/functional/custom_fields_controller_test.rb