mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 09:42:46 +08:00
Fix RepositoryTextValueSerializer [SCI-4166]
This commit is contained in:
parent
24dabc312f
commit
ac8aa88b88
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
module RepositoryDatatable
|
||||
class RepositoryTextValueSerializer < RepositoryBaseValueSerializer
|
||||
def value
|
||||
object.repository_text_value.data
|
||||
object.data
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue