Skip to content

Fix KisResourceModel::rowCount() after the deduplication-via-group-by change

After adding GROUP BY expression to the resources I should have modified the rowCount() query as well. Otherwise they go out of sync.

BUG:444309

Merge request reports