Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.3
-
Fix Version/s: 4.7.4
-
Component/s: None
-
Labels:None
-
Documentation Required?:None
-
Funding Source:Contributed Code
Description
During CRM-17837 I set it to create a temp table & prefilter for group membership to improve performance. However, it seems during last minute cleanups an extra call to build the where clause that seemed redundant was removed. In fact this was causing where to be built before from - which IS important.
New fix to re-order these clauses in buildQuery & re-fix