mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-15 00:36:33 +01:00
Fix rendering of successors, drag and drop
This commit is contained in:
parent
34aeb83891
commit
d0a5f6b731
7 changed files with 24 additions and 20 deletions
|
|
@ -34,8 +34,7 @@ if @saved
|
|||
page << "}"
|
||||
end
|
||||
# make sure the behavior of the new/updated todo is enabled
|
||||
page << "TodoBehavior.enableToggleNotes()"
|
||||
page << "TodoBehavior.enableToggleSuccessors()"
|
||||
page << "enable_rich_interaction();"
|
||||
else
|
||||
page.show 'status'
|
||||
page.replace_html 'status', "#{error_messages_for('todo', :object_name => 'action')}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue