Skip to content

Commit

Permalink
Ticket CV2-5067: Do not use cached values in data export
Browse files Browse the repository at this point in the history
  • Loading branch information
caiosba committed Sep 3, 2024
1 parent c09ccda commit 325944d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/check_search.rb
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,8 @@ def self.get_exported_data(query, team_id)
pm.author_name.to_s.gsub(/ \[.*\]$/, ''),
pm.created_at.strftime("%Y-%m-%d %H:%M:%S"),
pm.published_at&.strftime("%Y-%m-%d %H:%M:%S"),
pm.linked_items_count(true),
pm.tags_as_sentence(true)
pm.linked_items_count,
pm.tags_as_sentence
]
annotations = pm.get_annotations('task').map(&:load)
fields.each do |field|
Expand Down

0 comments on commit 325944d

Please sign in to comment.