mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-06 01:08:50 +01:00
fix #1404. This error seems not to occur for master.
This commit is contained in:
parent
bd94135a5b
commit
b21697ed05
1 changed files with 2 additions and 0 deletions
|
|
@ -498,6 +498,8 @@ class TodosController < ApplicationController
|
|||
determine_deferred_tag_count(params['_tag_name']) if source_view_is(:tag)
|
||||
|
||||
@todo.touch_predecessors if @original_item_description != @todo.description
|
||||
current_user.contexts.find(@original_item_context_id).touch if @context_changed
|
||||
current_user.projects.find(@original_item_project_id).touch if @project_changed
|
||||
|
||||
respond_to do |format|
|
||||
format.js {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue