Fix bug.
This commit is contained in:
parent
6b21a62109
commit
07ff880f64
|
@ -124,8 +124,8 @@ class ArchivesController < ApplicationController
|
||||||
serial_number = 0
|
serial_number = 0
|
||||||
if archives.count != 0
|
if archives.count != 0
|
||||||
archives = archives.map.with_index do |archive,idx|
|
archives = archives.map.with_index do |archive,idx|
|
||||||
|
data, serial_number, idx = archive.get_frontend_data(locale, serial_number, idx)
|
||||||
|
archives << data
|
||||||
end
|
end
|
||||||
each_data_count.push(archives.length)
|
each_data_count.push(archives.length)
|
||||||
sorted = archives
|
sorted = archives
|
||||||
|
|
Loading…
Reference in New Issue