mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-17 10:15:57 +08:00
fixed CloudIDEA文件标记已读未读列表
This commit is contained in:
@@ -4,7 +4,7 @@ json.count @files_result['NumFiles']
|
|||||||
json.files do
|
json.files do
|
||||||
json.array! @files_result['Files'] do |file|
|
json.array! @files_result['Files'] do |file|
|
||||||
mark_file = @mark_files.select{|mark| mark.file_path.to_s == file['Name']}.first
|
mark_file = @mark_files.select{|mark| mark.file_path.to_s == file['Name']}.first
|
||||||
json.sha Base64.encode64(file['Name'].to_s)
|
json.file_path_sha Base64.strict_encode64(file['Name'].to_s)
|
||||||
json.name file['Name']
|
json.name file['Name']
|
||||||
json.mark_as_read mark_file.present? ? mark_file.mark_as_read : false
|
json.mark_as_read mark_file.present? ? mark_file.mark_as_read : false
|
||||||
# json.updated_after_read mark_file.present? ? mark_file.updated_after_read : false
|
# json.updated_after_read mark_file.present? ? mark_file.updated_after_read : false
|
||||||
|
|||||||
Reference in New Issue
Block a user