Queued test results shouldn't be visible to maintainers of an application family or version
that are themselves still queued. Add where condition that 'appMaintainers.queued = 'false''.
This commit is contained in:
@@ -918,6 +918,8 @@ class testData{
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
AND
|
AND
|
||||||
|
appMaintainers.queued = 'false'
|
||||||
|
AND
|
||||||
testResults.queued = '?' ORDER BY '?'$sLimit";
|
testResults.queued = '?' ORDER BY '?'$sLimit";
|
||||||
}
|
}
|
||||||
if($sLimit)
|
if($sLimit)
|
||||||
|
|||||||
Reference in New Issue
Block a user