Use a modal form to create a category from the issue form.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9707 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2012-05-24 17:31:53 +00:00
parent 6206c88dfa
commit c77370a9eb
4 changed files with 36 additions and 11 deletions
@@ -79,7 +79,9 @@ class IssueCategoriesControllerTest < ActionController::TestCase
end
assert_response :success
assert_match /alert/, @response.body
assert_select_rjs :replace_html, "ajax-modal" do
assert_select "div#errorExplanation"
end
end
def test_edit