X
Xon
Guest
Previously calling
The issue is the column text is passed to
Continue reading...
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.Continue reading...