fix failing scenarios

This commit is contained in:
Reinier Balt 2013-04-14 11:50:21 +02:00
parent 67247980ad
commit a4e0860aa4
4 changed files with 7 additions and 6 deletions

View file

@ -42,7 +42,7 @@ function remove_todo(next_steps) {
}
function add_to_existing_container(next_steps) {
$('#<%= item_container_id(@todo) %>').append(html_for_todo());
$('#<%= item_container_id(@todo) %>_items').append(html_for_todo());
<% if source_view_is_one_of(:project,:calendar) -%>
next_steps.go();
<% if (@target_context_count==1) || ( (@todo.deferred? || @todo.pending?) && @remaining_deferred_or_pending_count == 1) -%>