Merge pull request #8540 from artoscinote/ma_SCI_11966

Fix duplicates in task list [SCI-11966]
This commit is contained in:
Martin Artnik 2025-06-03 14:26:56 +02:00 committed by GitHub
commit f87f1dcd5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)