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
When I try to access New hook form ( Global hooks --> New hook ) an internal error ocurs. The error only happens when custom fields exist in the database, otherwise the form opens just fine.
production.log:
Processing by GlobalHooksController#new as HTML
Current user: admin (id=1)
Rendered plugins/redmine_undev_git/app/views/global_hooks/_form.html.erb (199.0ms)
Rendered plugins/redmine_undev_git/app/views/global_hooks/new.html.erb within layouts/admin (203.7ms)
Completed 500 Internal Server Error in 239.3ms
ActionView::Template::Error (uninitialized constant Redmine::CustomFieldFormat):
40: class: 'hook_assigned_to_id' %></p>
41:
42: <% hook.custom_field_values.each do |value| %>
43: <p><%= hook_custom_field_value_tag_with_label :global_hook, value %></p>
44: <% end -%>
45: </fieldset>
46: </div>
app/helpers/application_helper.rb:1056:in `labelled_form_for'
When I try to access New hook form ( Global hooks --> New hook ) an internal error ocurs. The error only happens when custom fields exist in the database, otherwise the form opens just fine.
production.log
:My environment:
The text was updated successfully, but these errors were encountered: