-
Notifications
You must be signed in to change notification settings - Fork 116
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
Post Revision ID associated to record is not the most recent one #585
Comments
@fjarrett as described in 0496628#commitcomment-7072242 , i think we need to rollback #593 and take into account that |
@shadyvb It's unfortunate that this was already merged and released publicly without knowing your full thoughts on the PR. |
@fjarrett Sorry for that, though we probably still need to address this sometime, as it might be a breaking change for some - custom - connectors. |
@shadyvb #593 PR reverted from |
Posts connector stores
revision_id
meta var for updated posts, so you can view changes and later be able to restore them quickly.The tracking action happens before the revision is actually inserted, resulting in
revision_id
being always one revision earlier.The text was updated successfully, but these errors were encountered: