File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/unit/full_text_search Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ def upsert_fts_target(options={})
4949 tag_ids << Tag . tracker ( issue . tracker_id ) . id if issue . tracker_id
5050 tag_ids << Tag . issue_status ( issue . status_id ) . id if issue . status_id
5151 fts_target . tag_ids = tag_ids
52- fts_target . last_modified_at = @record . created_on
52+ fts_target . last_modified_at = @record . updated_on
5353 fts_target . registered_at = @record . created_on
5454 fts_target . save!
5555 end
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def test_save
2424 "project_id" => issue . project_id ,
2525 "source_id" => journal . id ,
2626 "source_type_id" => Type . journal . id ,
27- "last_modified_at" => journal . created_on ,
27+ "last_modified_at" => journal . updated_on ,
2828 "registered_at" => journal . created_on ,
2929 "title" => null_string ,
3030 "tag_ids" => [
You can’t perform that action at this time.
0 commit comments