From f7106917096477c1ae0a7e52de0aa68072a7707c Mon Sep 17 00:00:00 2001 From: Anton Date: Tue, 18 Jul 2023 11:43:55 +0200 Subject: [PATCH] Fix snapshot table render [SCI-8883] --- 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 8c4d930d2..a87c2fece 100644 --- a/app/controllers/my_module_repository_snapshots_controller.rb +++ b/app/controllers/my_module_repository_snapshots_controller.rb @@ -19,7 +19,7 @@ class MyModuleRepositorySnapshotsController < ApplicationController if params[:simple_view] repository_rows = datatable_service.repository_rows @repository = @repository_snapshot - rows_view = 'repository_rows/simple_view_index.json' + rows_view = 'repository_rows/simple_view_index' else repository_rows = datatable_service.repository_rows