Reset correct event cache
This commit is contained in:
parent
36bd6c8494
commit
d9e26ca6d2
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ module Notes
|
|||
|
||||
note.update_attributes(params.merge(updated_by: current_user))
|
||||
|
||||
project.reset_events_cache
|
||||
note.reset_events_cache
|
||||
|
||||
note
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue