-
Notifications
You must be signed in to change notification settings - Fork 115
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 "update" transition not logged when using Block Editor. #1195
Comments
@rheinardkorf I did some digging and confirm that this is a minor design issue. Gutenberg saves post using the REST API which is consider the backend or frontend. The post connection is a backend only connector. It's pretty much the @kasparsd @dero Any recommendations on the solution this? Could add a flag and conditional to the |
@kidunot89 Is there a way to flip that boolean that wouldn't break when Stream updates? |
@spencerm Possibly, but it will require making some changes to the Post Connector class. |
Fixed in #1264. |
Bug Report
Expected Behavior
When updating a post, page or custom post type with the Block Editor I expect the activity to be logged by Stream.
Actual Behavior
Activity for updates are not getting logged.
Steps to Reproduce the Problem
Open an existing post for editing with the Block Editor.
Make a change to the content (or the title).
Click on "Update"
Steps to Verify the Problem
Install and Activate "Classic Editor".
Open an existing post for editing with the Classic Editor.
Make a change to the content (or the title).
Click on "Update"
Classic Editor results in the expected behaviour, Block Editor does not.
System Information
The text was updated successfully, but these errors were encountered: