Open aeboi80 opened 4 years ago
I guess my question is how big of a deal is this, in the event it's not necessarily a bug.
I'm getting lost the moment I'm hitting app.SearchView = window.Backbone.View.extend
in our JS file, cause a types
property is coming from that and I can't trace my way beyond that.
Regarding the search, you could probably add some quick styles to admin_head and hide with .cmb2-attached-posts-search-button
class.
I have a custom post type called billco-products and I have registered an attached posts field
When you click the the search button it pulls up the modal but doesn't list any posts. If I alter the post_type args array to be
and then go back and click the search button, I am returned with a list of all pages as well as all of the billco-products posts.
I am not sure where the disconnect is here. Honestly it would be great to even just hide the search box since the filter box is available.