mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
新增:数据集新字段license_id和paper_content
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
json.(@project_dataset, :id, :title, :description)
|
||||
json.(@project_dataset, :id, :title, :description, :license_id, :paper_content)
|
||||
json.license_name @project_dataset&.license&.name
|
||||
json.attachments @attachments do |at|
|
||||
json.partial! "api/v1/attachments/detail", locals: {attachment: at}
|
||||
end
|
||||
Reference in New Issue
Block a user