“Context” filter being auto-set to WooCommerce on filter
-
On a site with WooCommerce turned on, when you do a search on the Stream admin page without the “context” filter set, it will be set to “WooCommerce” on the results page.
That’s because this option is selected:
<option value=”” selected=”selected” disabled=”disabled” data-group=”woocommerce” class=”level-2″>- Settings</option>And then you have this in the $( ‘#record-filter-form’ ).submit event in admin.js:
$connector.val( optionConnector );So I think that data group option needs a value set to something to fix this.
- The topic ‘“Context” filter being auto-set to WooCommerce on filter’ is closed to new replies.