stable
Clone or download
Read-only
Part of story #10702: define a query with status semantic @status = open() or @status != open() => should return all artifacts instead of an error (or nothing) This is due to the fact that equal and not equal comparisons were built the same way with the same table aliases, but since their FROM are different, they are not filtered by the array_unique in CrossTrackerExpertQueryReportDao, Therefore we need to have unique aliases. Change-Id: I1632b986dbcb58ca2ec21df0f2fa0d242db375d1
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Semantic/Status/NotEqualComparisonFromWhereBuilder.php | +8 | −8 | Go to diff View file |