fix #1149 where submitting a dependency that does not exist will show a warning that it will be ignored

This commit is contained in:
Reinier Balt 2011-04-30 20:46:47 +02:00
parent 7f27a6e2bd
commit 79cb34e105
5 changed files with 692 additions and 686 deletions

View file

@ -252,7 +252,7 @@ module ApplicationHelper
contexts.show_form contexts.show_form_title
contexts.new_context_pre contexts.new_context_post
common.cancel common.ok
common.ajaxError
common.ajaxError todos.unresolved_dependency
}.each do |s|
js << "i18n['#{s}'] = '#{ t(s).gsub(/'/, "\\\\'") }';\n"
end