mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-11 06:16:32 +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
|
module RepositoryDatatable
|
||||||
class RepositoryTextValueSerializer < RepositoryBaseValueSerializer
|
class RepositoryTextValueSerializer < RepositoryBaseValueSerializer
|
||||||
def value
|
def value
|
||||||
object.repository_text_value.data
|
object.data
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue