Within Access Control i try to add or edit a Post Group.
The dialog appears, but without the previously assigned posts.
And the result for "Type to search for posts...." is empty. I can´t type any search-text into the field. Nothing happens. See Screen 1.
What is going wrong here? Any ideas?
I could assign a Post Group to a Post from edit-dialog of a post. That works fine. See Screen 2.
Dear Mario,
The problem you mentioned above is abnormal, please check these:
1) You are using the latest version of Toolset plugins
2) Deactivate other plugins and switch to wordpress default theme, and test again
looks like an conflict.
I use select2 (hidden link) too, in some of my views. Toolset does it too for some dialogs.
In JavaScript-settings of my view i disable the input box with the call
$(".js-example-basic-hide-search").select2({
minimumResultsForSearch: Infinity
});
But just in the "local" JS/CSS for the view. So, this JavaScript shouldn´t affect the "edit Post Group" Dialog. Am i right?
If i disable Toolset view plugin, the "edit Post Group Dialog" works as it should.
If it is a compatibility problem between Tyes plugin and other plugins, please provide a downloadable URL for the conflicted plugin, and describe detail steps to duplicate same problem, I need to test and debug it in my localhost, thanks
Looks like this is adressed in new upcoming version 2.4.2 of Toolset Access
https://toolset.com/download/toolset-access/
Changelog of Beta 1: "Fixed an issue with select2 dropdowns in the post group dialog."
Yes, you can download the beta version of Access 2.4.2-b1, test it in your website, and feedback if it is fixed or not, please backup your website database first.