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])
|
||||
fields_to_show = [
|
||||
"year",
|
||||
"category",
|
||||
"title",
|
||||
"patent_title",
|
||||
"category",
|
||||
"patent_granted",
|
||||
"patent_number",
|
||||
"authors",
|
||||
"category"
|
||||
"authors"
|
||||
]
|
||||
|
||||
{"plugin_datas"=>plugin.get_plugin_data(fields_to_show)}
|
||||
|
|
Loading…
Reference in New Issue