-
-
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
Fixed #3000 Update post filed in pod instance before saving (3.0) #3002
Conversation
…ving (release/3.0)
@@ -3040,6 +3040,21 @@ public function update_meta( $object_type, $_null = null, $object_id = 0, $meta_ | |||
|
|||
$pod = self::$current_field_pod; | |||
|
|||
if ( ( isset( $pod->fields[ $meta_key ] ) || false !== strpos( $meta_key, '.' ) ) && $pod->row !== null) { | |||
|
|||
$key = $meta_key; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please be sure to use tabs instead of spaces for consistency with the codebase.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahhh, probably something wrong with sublime, let me update it :)
@sc0ttkclark any ideas for the test failure? 😨 I will also figure out myself :) |
3.0 tests don't pass right now, that's expected, we're actively tweaking some things because 3.0 is still unstable at the moment. |
Fixed #3000 Update post filed in pod instance before saving (3.0)
No description provided.