position changed
This commit is contained in:
parent
4f59a27f35
commit
5b2f758fa6
|
@ -60,13 +60,13 @@ class PersonalTechnologyTransfersController < ApplicationController
|
||||||
plugin = TechnologyTransfer.where(:is_hidden=>false).find_by(uid: params[:uid])
|
plugin = TechnologyTransfer.where(:is_hidden=>false).find_by(uid: params[:uid])
|
||||||
fields_to_show = [
|
fields_to_show = [
|
||||||
"year",
|
"year",
|
||||||
|
"category",
|
||||||
"title",
|
"title",
|
||||||
"patent_title",
|
"patent_title",
|
||||||
"category",
|
"category",
|
||||||
"patent_granted",
|
"patent_granted",
|
||||||
"patent_number",
|
"patent_number",
|
||||||
"authors",
|
"authors"
|
||||||
"category"
|
|
||||||
]
|
]
|
||||||
|
|
||||||
{"plugin_datas"=>plugin.get_plugin_data(fields_to_show)}
|
{"plugin_datas"=>plugin.get_plugin_data(fields_to_show)}
|
||||||
|
|
Loading…
Reference in New Issue