From 063c1209ba05c1f292a228e0dc52cdb2a12ce62a Mon Sep 17 00:00:00 2001 From: wandji Date: Mon, 17 Jul 2023 12:15:04 +0100 Subject: [PATCH] Fix issue when viewing task repository snapshot [SCI-8871] (#5785) --- app/controllers/my_module_repository_snapshots_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/my_module_repository_snapshots_controller.rb b/app/controllers/my_module_repository_snapshots_controller.rb index f3b5430e1..8c4d930d2 100644 --- a/app/controllers/my_module_repository_snapshots_controller.rb +++ b/app/controllers/my_module_repository_snapshots_controller.rb @@ -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)