You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just installed the latest version on my testsystem but found a problem when pushing "Stop".
ActionView::TemplateError (undefined method `custom_field_tag_with_label' for #ActionView::Base:0xb6dcfd28) on line #30 of user_efforts/stop.rhtml:
27:
28:
I just installed the latest version on my testsystem but found a problem when pushing "Stop".
ActionView::TemplateError (undefined method `custom_field_tag_with_label' for #ActionView::Base:0xb6dcfd28) on line #30 of user_efforts/stop.rhtml:
27:
28:
<%= time_entry.text_field :comments, :size => 60 %>
29: <% @time_entry.custom_field_values.each do |value| %>
30:
<%= custom_field_tag_with_label :time_entry, value %>
31: <% end %>
32: <% end %>
33:
I added ":helper custom_fields" to fix this, but found another problem afterwards:
NoMethodError (undefined method
issue_id' for nil:NilClass): /vendor/plugins/redmine_my_effort/app/controllers/user_efforts_controller.rb:38:in
stop'Any hints? Thanks!
The text was updated successfully, but these errors were encountered: