Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redmine 1.1.0 new task page displays multiple times #75

Open
garethfiler opened this issue Jan 18, 2011 · 3 comments
Open

Redmine 1.1.0 new task page displays multiple times #75

garethfiler opened this issue Jan 18, 2011 · 3 comments

Comments

@garethfiler
Copy link

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
Copy link

cleocir commented Jun 14, 2011

same error here.

@SalomonBrys
Copy link

Same error here.

@LuceIt
Copy link

LuceIt commented Aug 12, 2011

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants