Reply to thread

If you add a new sort order using the user_searcher_orders code event and a user creates a widget using that sort order, disabling the add-on will break any page where that widget is enabled:

[CODE]Unknown column xxxxxxxxxxxxxxxx on XF:User in /var/www/public/xf21/src/XF/Mvc/Entity/Finder.php:1476[/CODE]


Perhaps there could be a check that the sort order chosen in a widget is in the current list of searcher orders before it is rendered?


Back
Top Bottom