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