- πΊπΈUnited States carsoncho Kansas City, MO
I believe this issue is related to π TCA is causing entities to be save twice Active .
We were running into this on a Drupal 10.1 site with version 3.0 of TCA and TCA node enabled along with core's workflows and content moderation modules. With TCA enabled I was running into issues where I was not able to edit the current revision. It kept loading the published revision although in the revisions tab it showed revisions being made. Secondly each revision that was saved after enabling TCA caused the revision ID to increment by 2 which I found odd. I believe this is caused by the node being saved twice which is noted in π TCA is causing entities to be save twice Active . Once the patch was applied from 3375544 these issues were resolved.
- Status changed to Needs work
over 1 year ago 3:24am 9 August 2023 - π΅π°Pakistan monymirza Islamabad
Hi @lobodacyril,
did you tried to debug like in #5?
Steps to reproduce on fresh install.
- Install Content moderation.
- Configure a content type to use content revision and moderation states.
- Set TCA to the same content type.
- try to save the node with debug info in #5.
Another ref π TCA is causing entities to be save twice Active