patent show field order
This commit is contained in:
parent
c662fd0ab5
commit
56163e6e27
|
@ -58,19 +58,18 @@ class PersonalPatentsController < ApplicationController
|
|||
params = OrbitHelper.params
|
||||
plugin = Patent.where(:is_hidden=>false).find_by(uid: params[:uid])
|
||||
fields_to_show = [
|
||||
"patent_category",
|
||||
"year",
|
||||
"publish_date",
|
||||
"patent_title",
|
||||
"patent_no",
|
||||
"patent_organization",
|
||||
"progress_status",
|
||||
"application_date",
|
||||
"end_date",
|
||||
"publish_date",
|
||||
"patent_category",
|
||||
"patent_country",
|
||||
"authors",
|
||||
"author_type",
|
||||
"application_date",
|
||||
"publish_date",
|
||||
"end_date",
|
||||
"patent_organization",
|
||||
"year",
|
||||
"progress_status",
|
||||
"authors",
|
||||
"url",
|
||||
"language",
|
||||
"keywords",
|
||||
|
|
Loading…
Reference in New Issue