|
@@ -98,7 +98,7 @@ module Kanjai |
|
@@ -98,7 +98,7 @@ module Kanjai |
|
98
|
|
98
|
|
|
99
|
Kanjai::PageContent.where(type_content: item[:code]).each do |page_content|
|
99
|
Kanjai::PageContent.where(type_content: item[:code]).each do |page_content|
|
|
100
|
if page_content.page_content_markers.count == 0
|
100
|
if page_content.page_content_markers.count == 0
|
|
101
|
- page_content.build_markers(item[:code])
|
101
|
+ page_content.build_markers(item[:code], true)
|
|
102
|
else
|
102
|
else
|
|
103
|
langs = page_content.page_content_markers.pluck(:lang).uniq
|
103
|
langs = page_content.page_content_markers.pluck(:lang).uniq
|
|
104
|
row_indexes = page_content.page_content_markers.pluck(:row_item).uniq
|
104
|
row_indexes = page_content.page_content_markers.pluck(:row_item).uniq
|