Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Richard ChapmanRichard ChapmanReporter
Richard ChapmanRichard ChapmanPriority
MinorFix versions
Pull Request URL
Details
Details
Components
Assignee
Richard Chapman
Richard ChapmanReporter
Richard Chapman
Richard ChapmanPriority
Fix versions
Pull Request URL
Created May 28, 2015 at 9:29 AM
Updated June 29, 2015 at 7:26 AM
Resolved June 29, 2015 at 7:26 AM
From inspection of the code, it looks like the scope checking of a list of workunits is done by gather all the scopes of all workunits in the list up front, in order to check each scope only once. However, this will mean that the way the list is implemented as a lazy iterator is defeated when scope checking is enabled.