-
-
Notifications
You must be signed in to change notification settings - Fork 265
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
Custom fields not updating via REST API #7327
Comments
Hi there! Any workaround while 3.2.6 is out? |
Trying to get this into Pods 3.2.6 for release tomorrow. |
If anyone has time before tomorrow's release, I'd appreciate you trying Pods 3.2.6 out and letting me know if that resolves the write issues you're having. release/3.2.6 |
To help address the issue here, I added some automated testing coverage for it to help ensure long term stability. |
I just installed it, I let you know if It works or if anything else is required |
@miguelomonroyb any luck? |
@sc0ttkclark I just quickly tested it on a stage environment using 3.2.6-a-1 and the issue persists for me. The data i POST looks something like this:
I'm hitting the endpoint The field 'origin_url' remains empty. 'title' and other non-meta fields are submitted and saved correctly. I tried each settings combination. "Allow All Fields To Be Updated" activated/deactivated and "Read/Write via REST API" activated/deactivated on field level. |
Since you're using the meta level field saving, I'll look at this a bit further from that side. |
Same here, I'm using the meta level field saving and still the issue persists |
To confirm, you have the "Register meta fields" option enabled in your Pods Admin > Settings, correct? |
I just enabled it, I will try it again |
I'm releasing Pods 3.2.6 in the meantime, I can work more on this for Pods 3.2.7 but this release has to go out to address the bigger issue that impacted those using WP 6.5 and below. |
@sc0ttkclark I made a few tests and think I've narrowed down the issue. It seems related to the REST API settings here: Pods Admin > Edit Pods > CPTNAME > REST API.
I'm on WordPress 6.6 and Pods 3.2.6. |
Originally posted by @kilianso in #7318 (comment)
The text was updated successfully, but these errors were encountered: