- Affected version
- 2.3.0
Previously calling
The issue is the column text is passed to
setDefaultOrder('MasterTitle.phrase_text') would cause an implicit join on MasterTitle with XF2.3.0RC5+ it no longer does.The issue is the column text is passed to
renderToOrderSqlParts/columnSqlName after joins have been processed in getQuery, which means the join no longer happens.