Skip to content

run_import: fix bug resulting in no statistics update

Piotr Kira requested to merge filter_stats_fix into master

Because in case of existing RunFilterStatistic object in database we do not pass reference of filter statistics to stats_changes so it can result in incorrectly update of statistics and last seen/runconfig values.

Merge request reports