removed blank columns
This commit is contained in:
parent
e2fa75f424
commit
11a77c634b
|
@ -57,7 +57,7 @@ class Research
|
|||
pd_title = []
|
||||
|
||||
fields_to_show.each do |t|
|
||||
fields_to_remove << t if datas.where(t.to_sym.ne => nil).count == 0
|
||||
fields_to_remove << t if (datas.where(t.to_sym.ne => nil, t.to_sym.ne => "").count == 0 rescue false)
|
||||
pd_title << {
|
||||
"plugin_data_title" => I18n.t("personal_research.#{t}")
|
||||
} if !fields_to_remove.include?(t)
|
||||
|
|
Loading…
Reference in New Issue