diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-01-17 11:18:04 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-01-17 11:18:04 +0000 |
commit | 12792d8068d0ed0514e89267edefaab4df5cf2c3 (patch) | |
tree | 64aac7c729949cee91a3fb05070487870dbbccfc /lang/pt.yml | |
parent | 99c2e989751a84b36d47de8cbe82572a61c4aa23 (diff) | |
download | redmine-12792d8068d0ed0514e89267edefaab4df5cf2c3.tar.gz redmine-12792d8068d0ed0514e89267edefaab4df5cf2c3.zip |
User custom fields can now be set as editable so that users can edit them on 'My account'.
For existing user custom fields, this new attribute is set to false by default to preserve the prior behaviour (it can turned on by editing the custom field in admin area).
Note: on the registration form, *required* custom fields will be displayed even if they are not defined as editable so that the account can be created.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2276 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/pt.yml')
-rw-r--r-- | lang/pt.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/pt.yml b/lang/pt.yml index 1ec65d23b..980a6e5e0 100644 --- a/lang/pt.yml +++ b/lang/pt.yml @@ -703,3 +703,4 @@ warning_attachments_not_saved: "%d file(s) could not be saved." button_create_and_continue: Create and continue text_custom_field_possible_values_info: 'One line for each value' label_display: Display +field_editable: Editable |