scrum-pm icon indicating copy to clipboard operation
scrum-pm copied to clipboard

Redmine 1.1.0 new task page displays multiple times

Open garethfiler opened this issue 14 years ago • 3 comments

When creating new task from dashboard, new issue form displays more than once when changing tracker.

If you leave tracker as Bug an error is thrown.

garethfiler avatar Jan 18 '11 11:01 garethfiler

same error here.

cleocir avatar Jun 14 '11 12:06 cleocir

Same error here.

SalomonBrys avatar Aug 01 '11 14:08 SalomonBrys

As a dirty patch, try to comment in the file app\views\issues\ _form.rhtml (in the redmine project) the line:

<%#= observe_field :issue_tracker_id, :url => { :action => :new, :project_id => @project, :id => @issue }, :update => :attributes, :with => "Form.serialize('issue-form')" %>

That's a temporal patch, we are working on it to make a permanent patch :-)

LuceIt avatar Aug 12 '11 06:08 LuceIt