mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-06 12:43:06 +08:00
Rebase branch and fix checklist formatted
This commit is contained in:
parent
4895f41238
commit
83f8df2012
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class RepositoryChecklistValue < ApplicationRecord
|
||||||
|
|
||||||
def formatted
|
def formatted
|
||||||
repository_cell.repository_column.repository_checklist_items
|
repository_cell.repository_column.repository_checklist_items
|
||||||
.where(id: repository_checklist_items).select(:data).join('\n')
|
.where(id: repository_checklist_items).pluck(:data).join(' | ')
|
||||||
end
|
end
|
||||||
|
|
||||||
def data
|
def data
|
||||||
|
|
Loading…
Reference in a new issue