Fix reloading of protocol table after protocol publish [SCI-11304]

This commit is contained in:
Andrej 2024-11-21 17:06:41 +01:00
parent 6438b050fc
commit e82e2e95e9

View file

@ -29,7 +29,7 @@ module Lists
end
def paginate_records
@records = @records.page(@params[:page]).per(@params[:per_page]) if @params[:page].present?
@records = @records.page(@params[:page]).per(@params[:per_page])
end
def sort_direction(order_params)