This commit is contained in:
rulingcom 2024-01-24 22:56:45 +08:00
parent e18d63e106
commit 21e6525601
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class Project
if !page.nil? && !page.custom_array_field.blank?
fields_to_show = page.custom_array_field
else
fields_to_show = ["year", "project_title", "participants"]
fields_to_show = ["year", "project_title"]
end
fields_to_remove = []