Showing
2 changed files
with
2 additions
and
1 deletions
| ... | ... | @@ -238,6 +238,7 @@ module Kanjai |
| 238 | 238 | value['###FIRST_ITEM_FALSE###'] = 'true' |
| 239 | 239 | end |
| 240 | 240 | value['###REPEAT_NUMBER###'] = "#{repeat_id}_#{row_index.to_s}_#{hash_value['PARENT_ITEM_ID'] || 0}" |
| 241 | + value['###REPEAT_CYCLE_COUNT###'] = "#{row_index.to_s}_#{hash_value['PARENT_ITEM_ID'] || 0}" | |
| 241 | 242 | value['PARENT_ITEM_ID'] = row_index.to_s |
| 242 | 243 | |
| 243 | 244 | self.content_generator(session, domain, item[:children], subparts, value) | ... | ... |