]> source.dussan.org Git - redmine.git/commit
Ajax Request Returns 200 but an error event is fired instead of success (#30073).
authorGo MAEDA <maeda@farend.jp>
Tue, 5 Feb 2019 08:33:29 +0000 (08:33 +0000)
committerGo MAEDA <maeda@farend.jp>
Tue, 5 Feb 2019 08:33:29 +0000 (08:33 +0000)
commit29063283da5d333b990e2ce3a8c6221133f305c9
tree2b9ebb6c7003652a378010d65108caab5ab46c67
parentf4b2c1a0d3ea597fcaa8dd5a4fd7a2875a7241d3
Ajax Request Returns 200 but an error event is fired instead of success (#30073).

Patch by Pavel Rosický.

git-svn-id: http://svn.redmine.org/redmine/trunk@17849 e93f8b46-1217-0410-a6f0-8f06a7374b81
13 files changed:
app/controllers/application_controller.rb
test/integration/api_test/api_test.rb
test/integration/api_test/attachments_test.rb
test/integration/api_test/groups_test.rb
test/integration/api_test/issue_categories_test.rb
test/integration/api_test/issue_relations_test.rb
test/integration/api_test/issues_test.rb
test/integration/api_test/memberships_test.rb
test/integration/api_test/projects_test.rb
test/integration/api_test/time_entries_test.rb
test/integration/api_test/users_test.rb
test/integration/api_test/versions_test.rb
test/integration/api_test/wiki_pages_test.rb