Added by Alexander Fleck over 15 years ago
hi,
I tried to add a custom field, but when I create a new ticket my log file contains the following.
ActionView::TemplateError (Couldn't find Project without an ID) on line #5 of app/views/issues/_form_custom_fields.rhtml:
2: <% i = 0 >
3: < split_on = @issue.custom_field_values.size / 2 >
4: < @issue.custom_field_values.each do |value| >
5: <p><= custom_field_tag_with_label :issue, value ></p>
6: < if i == split_on ->
7: </div><div class="splitcontentright">
8: < end -%>
any experience with that?
thanks,
fleck.