Jon W
Well-known member
- Affected version
- 2.1 Beta 5
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:
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?
Code:
Unknown column xxxxxxxxxxxxxxxx on XF:User in /var/www/public/xf21/src/XF/Mvc/Entity/Finder.php:1476
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?