- 🇺🇸United States tbcs
This patch works for me. I'm interested in what remaining work should be done.
When using revisionable entities, 2 issues can appear with moderation states as we have the concept of default / non default revision:
A simple one: when using revisionable entities, no need to specifically check with workflows/content moderation, always use the latest revision if the entity implements RevisionableInterface
.
Possible follow-up (configurable?): if one of the entity is not in the default revision state, defer CER sync until it reaches the default state. This could be useful to not alter corresponding entities when not expected. Example: A draft product removes or adds references to a product category term or another product that is published, we might want to defer on these corresponding entities only when the draft product gets published.
n/a
n/a
n/a
Needs work
5.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This patch works for me. I'm interested in what remaining work should be done.