Error when trying to add a CustomField for User
Added by Nanda P over 15 years ago
I am getting the following error when I tried to create a custom field for Users
A ActionView::TemplateError occurred in custom_fields#new: undefined method `editable' for #<UserCustomField:0xa03b8f8> On line #89 of app/views/custom_fields/_form.rhtml
Here is my version details:
C:\Program Files\redmine\current>ruby script\about About your application's environment Ruby version 1.8.6 (i386-mswin32) RubyGems version 1.3.1 Rails version 2.2.2 Active Record version 2.2.2 Action Pack version 2.2.2 Active Resource version 2.2.2 Action Mailer version 2.2.2 Active Support version 2.2.2 Application root C:/Program Files/redmine/current Environment development Database adapter mysql Database schema version 20090318181151 C:\Program Files\redmine\current>
Thanks in Advance!
Nanda
Replies (3)
RE: Error when trying to add a CustomField for User - Added by Nanda P over 15 years ago
Note : All other Custom fields(Issues, Spent time & Projects) are fine.
RE: Error when trying to add a CustomField for User - Added by Mischa The Evil over 15 years ago
Hey,
Most-likely you are running on Redmine trunk < r2698...? I bet your issue is fixed with that revision...
Regards,
Mischa.
RE: Error when trying to add a CustomField for User - Added by Nanda P over 15 years ago
Mischa,
After upgrading to the trunk version (revision# 2714) the issue is been fixed.
Thanks a lot for your support.
-Nanda