This commit is contained in:
rulingcom 2024-01-29 22:15:21 +08:00
parent 27ec362281
commit 14fe94400a
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class PersonalHonorsController < ApplicationController
def show
params = OrbitHelper.params
plugin = Honor.where(:is_hidden=>false).find_by(uid: params[:uid].to_s)
fields_to_show = ["year", "award_date", "award_name", "country", "ranking", "awarding_body", "awarding_unit", "member_profile"]
fields_to_show = ["year", "award_date", "award_name", "country", "ranking", "honor_type.title", "awarding_body", "awarding_unit", "member_profile"]
{"plugin_datas"=>plugin.get_plugin_data(fields_to_show)}
end