Redmine-Fields-permissions icon indicating copy to clipboard operation
Redmine-Fields-permissions copied to clipboard

the plugin could not support the redmine 1.4.X

Open archonwang opened this issue 12 years ago • 7 comments

the error information is

NameError in Issues#new

Showing vendor/plugins/redmine_fields_permissions/app/views/issues/_attributes.rhtml where line #1 raised:

uninitialized constant ActionView::Base::CompiledTemplates::TabularFormBuilder

Extracted source (around line #1):

1: <% fields_for :issue, @issue, :builder => TabularFormBuilder do |f| %> 2: 3:

4: <% if @issue.new_record? || @allowed_statuses.any? %>

Trace of template inclusion: app/views/issues/_form.html.erb, app/views/issues/new.html.erb

archonwang avatar Apr 25 '12 06:04 archonwang

NameError in Issues#show

Showing vendor/plugins/redmine_fields_permissions/app/views/issues/_attributes.rhtml where line #1 raised:

uninitialized constant ActionView::Base::CompiledTemplates::TabularFormBuilder

Extracted source (around line #1):

1: <% fields_for :issue, @issue, :builder => TabularFormBuilder do |f| %> 2: 3:

4: <% if @issue.new_record? || @allowed_statuses.any? %>

Trace of template inclusion: app/views/issues/_form.html.erb, app/views/issues/_edit.html.erb, app/views/issues/show.html.erb

archonwang avatar Apr 25 '12 06:04 archonwang

Hi,

Actually the plugin is available for redmine 1.3, and honestly i actually don't know how to make it run on 1.4 version. Just right now i haven't the time to watch the difference and correct this plugin, sorry all issue are actually on stand by because i've no time but i hope i'll can check this later.

resilva avatar May 11 '12 08:05 resilva

Hi,

I found a patch for this issue : http://www.bilot.com/?p=1364 It works find for me !

TeChn4K avatar May 16 '12 07:05 TeChn4K

It works for me too

janatic avatar May 23 '12 13:05 janatic

Perhaps the solution is to include that library in the plugin? Sorry i don't have knolewdge of Ruby

janatic avatar May 23 '12 13:05 janatic

Plugin worked fine with 1.4.x and it even works with 2.0.2 for me...

paginagmbh avatar Jun 06 '12 14:06 paginagmbh

Yes please eomone upstream the for builder in lib folder.

cforce avatar Jun 07 '12 18:06 cforce