Fix bug.
This commit is contained in:
parent
ba733f6680
commit
9a5a6f391b
|
@ -157,7 +157,7 @@ class PersonalPatentsController < ApplicationController
|
|||
keywords
|
||||
note
|
||||
]
|
||||
@fields_to_show = @fields_to_show.map { |fs| t("personal_patent.#{fs}") }
|
||||
@fields_to_show = @fields_to_show.map { |fs| [t("personal_patent.#{fs}"),fs] }
|
||||
@default_fields_to_show = %w[
|
||||
publish_date
|
||||
patent_title
|
||||
|
|
Loading…
Reference in New Issue