mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-07 05:34:55 +08:00
Fix reloading of protocol table after protocol publish [SCI-11304]
This commit is contained in:
parent
6438b050fc
commit
e82e2e95e9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue