mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-08 02:08:50 +01:00
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:
parent
c93bd40515
commit
29d9403324
1 changed files with 2 additions and 1 deletions
|
|
@ -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]-->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue