Adds a "visible" option on User and Project custom fields (#1738).
If set to false, the custom field won't be display on user profile/project overview. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4382 e93f8b46-1217-0410-a6f0-8f06a7374b81
Showing
- app/controllers/users_controller.rb 0 additions, 1 deletionapp/controllers/users_controller.rb
- app/models/custom_value.rb 4 additions, 0 deletionsapp/models/custom_value.rb
- app/views/custom_fields/_form.rhtml 2 additions, 0 deletionsapp/views/custom_fields/_form.rhtml
- app/views/projects/index.xml.builder 1 addition, 1 deletionapp/views/projects/index.xml.builder
- app/views/projects/show.rhtml 1 addition, 1 deletionapp/views/projects/show.rhtml
- app/views/projects/show.xml.builder 1 addition, 1 deletionapp/views/projects/show.xml.builder
- app/views/users/show.rhtml 1 addition, 1 deletionapp/views/users/show.rhtml
- config/locales/en.yml 1 addition, 0 deletionsconfig/locales/en.yml
- config/locales/fr.yml 2 additions, 0 deletionsconfig/locales/fr.yml
- db/migrate/20101107130441_add_custom_fields_visible.rb 9 additions, 0 deletionsdb/migrate/20101107130441_add_custom_fields_visible.rb
- test/fixtures/custom_values.yml 1 addition, 1 deletiontest/fixtures/custom_values.yml
- test/functional/projects_controller_test.rb 12 additions, 0 deletionstest/functional/projects_controller_test.rb
- test/functional/users_controller_test.rb 14 additions, 1 deletiontest/functional/users_controller_test.rb
- test/integration/api_test/projects_test.rb 9 additions, 0 deletionstest/integration/api_test/projects_test.rb
- vendor/plugins/acts_as_customizable/lib/acts_as_customizable.rb 4 additions, 0 deletions.../plugins/acts_as_customizable/lib/acts_as_customizable.rb
Please register or sign in to comment