removed authors field, handled through journal_paper_authors
This commit is contained in:
parent
8700c79e41
commit
c57a6fa961
|
@ -7,7 +7,6 @@ class JournalPaper
|
|||
|
||||
field :paper_title, type: String, localize: true
|
||||
field :journal_title, type: String, localize: true
|
||||
field :authors, type: String, localize: true
|
||||
field :year, type: String
|
||||
field :language, type: String
|
||||
field :isbn, type: String
|
||||
|
|
Loading…
Reference in New Issue