Project

General

Profile

Need help with Redmine Impasse plugin--------------please

Added by Krishna Gollamudi over 9 years ago

Hi,

I have installed Redmine Impasse Plugin on my Redmine 2.5.2 version. Looks like everything is working until i created one custom field for Test Cases. Since then receiving below error in the log. any help is greatly appreciated.

ActionView::Template::Error (uninitialized constant Redmine::CustomFieldFormat):
14: <% (@custom_fields_by_type[tab[:name]] || []).sort.each do |custom_field| ->
15: <tr class="<= cycle("odd", "even") >">
16: <td><= link_to h(custom_field.name), { :action => :edit, :id => custom_field } ></td>
17: <td align="center"><= l(Redmine::CustomFieldFormat.label_for(custom_field.field_format)) ></td>
18: <td align="center"><= checked_image custom_field.is_required? ></td>
19: < if tab[:name] == 'IssueCustomField' >
20: <td align="center"><= checked_image custom_field.is_for_all? %></td>
app/views/common/_tabs.html.erb:22:in `_app_views_common__tabs_html_erb___1533608420_70334223338900'
app/views/common/_tabs.html.erb:21:in `each'
app/views/common/_tabs.html.erb:21:in `_app_views_common__tabs_html_erb___1533608420_70334223338900'
app/helpers/application_helper.rb:318:in `render_tabs'

Thanks,
Krishna.


Replies (4)

RE: Need help with Redmine Impasse plugin--------------please - Added by Joonho Eom over 9 years ago

I have same problem.
Did you solve it?
I'm thinking change CustomFieldFormat to FieldFormat in the erb.
If it works well, I'll post it.

RE: Need help with Redmine Impasse plugin--------------please - Added by Joonho Eom over 9 years ago

I changed redmine_impasse/app/views/impasse_custom_fields\_index.html.erb
at 17line : <td align="center"><%= l(custom_field.format.label) %></td>

I think it works :)

RE: Need help with Redmine Impasse plugin--------------please - Added by Denis Izac about 9 years ago

People
  When installing the plugin was all right.
But at the time of the settings could not migrate the plugins on BitNami to the impasse.
When I use any of the commands below:
rake db: migrate_plugins or
rake redmine:plugins:migrate RAILS_ENV=production

I have the following return:

.rbenv / libexec / rbenv-exec: line 47: /home/dizacs/.rbenv/shims/rake: very long arguments List

What should I do? Without this update plugins in the impasse does not work.

    (1-4/4)