Restore hidden source_view field in new action form. Fixes #520 (project view not updated when adding an action). Thanks for the catch, lrbalt.

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@554 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
lukemelia 2007-06-08 04:38:44 +00:00
parent c93bd40515
commit 29d9403324

View file

@ -76,6 +76,8 @@ Event.observe($('todo_context_name'), "click", contextAutoCompleter.activate.bin
<%= text_field("todo", "show_from", "size" => 12, "class" => "Date", "onfocus" => "Calendar.setup", "tabindex" => 7, "autocomplete" => "off") %>
</div>
<%= source_view_tag( @source_view ) %>
<div class="submit_box">
<div class="widgets">
<button type="submit" class="positive">
@ -83,7 +85,6 @@ Event.observe($('todo_context_name'), "click", contextAutoCompleter.activate.bin
Add action
</button>
</div>
</div>
<% end -%><!--[eoform:todo]-->