]> source.dussan.org Git - redmine.git/commit
ProjectsController#add_issue moved to IssuesController#new.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 20 Jan 2008 11:30:57 +0000 (11:30 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 20 Jan 2008 11:30:57 +0000 (11:30 +0000)
commit44ac1a0debc802b2ecbaa7cf7f763b373bf0fbb4
tree392f95068f7a93f1ddb921dced7bb34815916382
parent1b002983c31f0936b38d56d2f3d8731f724fc5ef
ProjectsController#add_issue moved to IssuesController#new.
Tracker can now be changed/selected on the new issue form. This action can be invoked without the tracker_id parameter (the first enabled tracker will be used by default).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1080 e93f8b46-1217-0410-a6f0-8f06a7374b81
14 files changed:
app/controllers/issues_controller.rb
app/controllers/projects_controller.rb
app/helpers/projects_helper.rb
app/views/issues/_form.rhtml
app/views/issues/_sidebar.rhtml
app/views/issues/context_menu.rhtml
app/views/issues/new.rhtml [new file with mode: 0644]
app/views/issues/show.rhtml
app/views/projects/add_issue.rhtml [deleted file]
app/views/projects/show.rhtml
lib/redmine.rb
test/functional/issues_controller_test.rb
test/functional/projects_controller_test.rb
test/integration/issues_test.rb