stable

Clone or download

Read-only

fix: Add missing DISTINCT in count query

Part of story #39330 Choose on which tracker I perform my query When selecting artifacts ids, the SQL query may return same id several times, leading to a false count, by using DISTINCT we avoid this case *Testing:* Select a list field on a tracker with many artifacts and many values in the list. The count of artifact should be correct Change-Id: I4cf8ece7db553665c1c268cefb9e8ad332f5f295

Modified Files

Name
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/CrossTrackerExpertQueryReportDao.php +1 −1 Go to diff View file