mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-18 21:28:08 +01:00
Merge pull request #2055 from scriptythekid/master
make drag&drop todos from/to contexts work again - fix #2054
This commit is contained in:
commit
dad7fdf006
3 changed files with 3 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ cache [context, source_view_key, current_user.date.strftime("%Y%m%d"), @tag_name
|
|||
render :partial => 'todos/collection',
|
||||
:object => @not_done,
|
||||
:locals => { :settings => {
|
||||
:id => "c#{context.id}",
|
||||
:id => "context_#{context.id}",
|
||||
:collapsible => settings[:collapsible],
|
||||
:container_name => 'context',
|
||||
:title => show_context_name(context),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue