]> source.dussan.org Git - sonarqube.git/commit
Improve error handling in modal form in order to let the possibility to display error...
authorJulien Lancelot <julien.lancelot@gmail.com>
Fri, 19 Jul 2013 09:56:22 +0000 (11:56 +0200)
committerJulien Lancelot <julien.lancelot@gmail.com>
Fri, 19 Jul 2013 09:56:34 +0000 (11:56 +0200)
commit1fd47ad08d0c1bcbfac4f7c81bc13485898bf2f0
tree1a36a52f7e0c46cf2e3ce1ec0eced93da34035f0
parentfcce0fd74cd729db08623d9c8e56ad42ec351ab9
Improve error handling in modal form in order to let the possibility to display errors in a div and not update all the content of the modal
13 files changed:
sonar-server/src/main/webapp/WEB-INF/app/views/issues/_bulk_change_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/issues/_filter_copy_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/issues/_filter_edit_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/issues/_filter_save_as_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/issues/_filter_shared_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/permission_templates/_default_templates_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/permission_templates/_edit_groups.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/permission_templates/_edit_users.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/permission_templates/_permission_template_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/roles/_apply_template_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/roles/_edit_groups.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/roles/_edit_users.html.erb
sonar-server/src/main/webapp/javascripts/application.js