From c923dc6a9ddb25a44ec63b0a68912b42561c87ef Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Tue, 10 Nov 2009 11:48:36 -0300 Subject: [PATCH] Organization's name can be changed --- app/views/profile_editor/_organization.rhtml | 2 ++ features/change_organization_name.feature | 35 +++++++++++++++++++++++++++++++++++ features/step_definitions/noosfero_steps.rb | 6 ++++++ 3 files changed, 43 insertions(+), 0 deletions(-) create mode 100644 features/change_organization_name.feature diff --git a/app/views/profile_editor/_organization.rhtml b/app/views/profile_editor/_organization.rhtml index 395a311..24d405e 100644 --- a/app/views/profile_editor/_organization.rhtml +++ b/app/views/profile_editor/_organization.rhtml @@ -2,6 +2,8 @@ <%= required_fields_message if @profile.required_fields.any? %> + <%= required f.text_field(:name) %> + <% if @environment.enabled?('enable_organization_url_change') %>