]> source.dussan.org Git - redmine.git/commit
Fixed that updating the issue form was broken by r4011 when user is not allowed to...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 16 Feb 2013 11:35:18 +0000 (11:35 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 16 Feb 2013 11:35:18 +0000 (11:35 +0000)
commit7799788b3de62a6af32c9d573904a929992d7ab0
treee7ee0f18db9275d0d546b7c3709bd718eff92195
parent1cf09a2d31bf08cfa8c59da6fb40a6028819c15c
Fixed that updating the issue form was broken by r4011 when user is not allowed to add issues (#13188).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11405 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/issues_controller.rb
app/views/issues/_update_form.js.erb [deleted file]
app/views/issues/update_form.js.erb [new file with mode: 0644]
config/routes.rb
lib/redmine.rb
test/fixtures/users.yml
test/functional/issues_controller_test.rb
test/integration/issues_test.rb
test/integration/routing/issues_test.rb
test/ui/issues_test.rb