mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-26 23:18:58 +08:00
Merge pull request #8540 from artoscinote/ma_SCI_11966
Fix duplicates in task list [SCI-11966]
This commit is contained in:
commit
f87f1dcd5f
1 changed files with 2 additions and 0 deletions
|
@ -128,6 +128,8 @@ module Lists
|
|||
else
|
||||
__send__("#{sortable_columns[order_params[:column].to_sym]}_sort", sort_direction(order_params))
|
||||
end
|
||||
|
||||
@records = @records.distinct('my_modules.id')
|
||||
end
|
||||
|
||||
def query_filter(value)
|
||||
|
|
Loading…
Add table
Reference in a new issue