We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
same error here.
Sorry, something went wrong.
Same error here.
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 :-)
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: