-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When you open the select post window the previous selected posts aren't selected #30
Comments
Can you provide your CMB2 code configuration so that we can attempt to recreate the setup locally and test? |
|
Could you post everything as part of the |
Well im using the cmb2 box as dynamic addable items so its not the conventional setup. here is the code
Then I add the array (Im using cmb2-conditionals)
$cmb->add_group_field($id, $array); I have already fixed it for my project by writing custom code in the plugin so it saves the selected values in variables and reads that and checks the correct item on search or reload |
Just for completeness sake, for myself or anyone else wanting to attempt debugging, what do you have for the |
InitMetaBoxes() adds all box data for all diffrent types of metaboxes i have created like this
|
If i have let say 2 Posts previously selected and saved they aren't selected in the popup when i click to search again. The same aplies when I select a post and then search (inside the popup) for another post it de-selects the first post
The text was updated successfully, but these errors were encountered: