mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-29 08:24:40 +08:00
Authors are now displayed as actual authors, not the person that added the protocol, and the created at date from protocols io is in protocol info, like it was before
This commit is contained in:
parent
e400514020
commit
60aa1a0953
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
<span class="glyphicon glyphicon-user">
|
||||
</span> <%= t('protocols.import_export.import_modal.authors_label') %>
|
||||
</label>
|
||||
<%= f.text_field :authors, :value => pio_eval_title_len(sanitize_input(@json_object['full_name'])), class:
|
||||
<%= f.text_field :authors, :value => pio_eval_title_len(sanitize_input(not_null(@json_object['authors']))), class:
|
||||
"form-control" %>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue