position changed

This commit is contained in:
Harry Bomrah 2016-04-13 16:38:59 +08:00
parent 4f59a27f35
commit 5b2f758fa6
1 changed files with 2 additions and 2 deletions

View File

@ -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)}