mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-22 23:03:00 +08:00
Fixed before start and link not displaying in protocol description
This commit is contained in:
parent
a645bcb32d
commit
79e0a11054
1 changed files with 2 additions and 2 deletions
|
@ -1019,8 +1019,8 @@ class ProtocolsController < ApplicationController
|
||||||
|
|
||||||
def protocols_io_fill_desc(json_hash)
|
def protocols_io_fill_desc(json_hash)
|
||||||
description_array = %w[
|
description_array = %w[
|
||||||
(before_start warning guidelines manuscript_citation publish_date
|
( before_start warning guidelines manuscript_citation publish_date
|
||||||
created_on vendor_name vendor_link keywords tags link)
|
created_on vendor_name vendor_link keywords tags link )
|
||||||
]
|
]
|
||||||
description_string = sanitize_input(params['protocol']['description'])
|
description_string = sanitize_input(params['protocol']['description'])
|
||||||
description_array.each do |e|
|
description_array.each do |e|
|
||||||
|
|
Loading…
Reference in a new issue