software-project / scrum-pm

Scrum PM is a plugin for Redmine ticket management system. It adds Scrum items like backlog, dashboard and others.
www.software-project.eu/EN/scrumpm
126 stars 47 forks source link

Redmine 1.1.0 new task page displays multiple times #75

Open garethfiler opened 13 years ago

garethfiler commented 13 years ago

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.

cleocir commented 13 years ago

same error here.

SalomonBrys commented 13 years ago

Same error here.

LuceIt commented 13 years ago

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 :-)