small fix for confderence
This commit is contained in:
parent
b79a6d29c5
commit
e9215925cd
|
@ -96,7 +96,9 @@ class WritingConference
|
|||
if (self.fields[t].type.to_s == "String" rescue false)
|
||||
fields_to_remove << t if (datas.where(t.to_sym.ne => nil).or(t.to_sym.ne => "").count == 0 rescue false)
|
||||
else
|
||||
t = "conference_author_types" if t == "author_type"
|
||||
fields_to_remove << t if (datas.where(t.to_sym.ne => nil).count == 0 rescue false)
|
||||
t = "author_type" if t == "conference_author_types"
|
||||
end
|
||||
pd_title << {
|
||||
"plugin_data_title" => I18n.t("personal_conference.#{t}")
|
||||
|
|
Loading…
Reference in New Issue