Actions
Bug #7527
closedXML filters with deep joins are not properly joining
Description
For example the Plans filter in CB > User Management provided by CBSubs does a JOIN as part of the formula in the WHERE. This is not being joined when the COUNT query is done as joinsNeededForCount isn't being adjusted to account for this.
In addition to this joinsNeededForCount is not in the correct order. It should maintain the same order as leftJoinArray to ensure the joins are done in the necessary order.
Updated by krileon over 5 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1468
Actions