mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 02:04:33 +08:00
Fix issue when viewing task repository snapshot [SCI-8871] (#5785)
This commit is contained in:
parent
18f4b2cc19
commit
063c1209ba
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class MyModuleRepositorySnapshotsController < ApplicationController
|
|||
.preload(:repository_columns,
|
||||
:created_by,
|
||||
repository_cells: { value: @repository_snapshot.cell_preload_includes })
|
||||
rows_view = 'repository_rows/snapshot_index.json'
|
||||
rows_view = 'repository_rows/snapshot_index'
|
||||
end
|
||||
@repository_rows = repository_rows.page(page).per(per_page)
|
||||
|
||||
|
|
Loading…
Reference in a new issue