Merge pull request #2055 from scriptythekid/master

make drag&drop todos from/to contexts work again  - fix #2054
This commit is contained in:
Jyri-Petteri Paloposki 2019-05-22 22:46:51 +03:00 committed by GitHub
commit dad7fdf006
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -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),