Meta Box lost ability to update Custom Table Group fields via API after 1.30.5

Support MB REST API Meta Box lost ability to update Custom Table Group fields via API after 1.30.5

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #47770
    CameronCameron
    Participant

    Meta Box will not save a Custom Table Group field when using a POST API call to posts/post_ID.

    The payload will look correct on the output response, but if you GET the same post immediately after, the Group field is unchanged.

    For example, I have a Group called Highlights Group with fields called Highlights within. This Custom Field is stored in a Custom Table.

    I've previously been updating it successfully like this:

    {
        "meta_box": {
            "HighlightsGroup": [
                {
                    "highlight": "This is a test"
                }
            ]
        }
    }

    I have tested this up to the current version 2.0.2. The most recent version where this ability still works is 1.30.5 and I remain using that version due to this issue.

    #47776
    PeterPeter
    Moderator

    Hello Cameron,

    Can you please export the field group to a JSON file and share it here? I will check the field settings and reproduce the issue on my end.

    #47787
    CameronCameron
    Participant

    Peter, see if this will work. I modified it to remove everything but the HighlightGroup field.

    https://drive.google.com/file/d/11HVVQrtw646-myPbRVFWirwMKRUgyaQs/view?usp=drive_link

    #47793
    PeterPeter
    Moderator

    Hello,

    Thanks for the details. I've asked the development team to check it again and I will get back to you as soon as possible.

    #47977
    CameronCameron
    Participant

    Hi Peter, any chance this has been addressed in one of the more recent updates? I am sticking with 1.30.5 in the meantime to not run into issues I have to correct and rollback.

    #47979
    PeterPeter
    Moderator

    Hello,

    The development team is working on this issue, the fix for this will be included in the future update of Meta Box plugins.

    Thank you.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.