- Issue created by @alieffring
- π¨π¦Canada b_sharpe
@alieffring This property technically will be going away with dropping D10 support; however, I would think this is more something you should be aware could change from any contrib module that alters a base definition (albeit this one sucks as it went from one property to multiple which JSON API auto changes to an array)
If you're already on D11, you can likely just comment out/remove this hook: git.drupalcode.org/project/field_defaults/-/blob/2.1.x/field_defaults.module?ref_type=heads#L16
I've flagged 2.0.0 as supported in the meantime so D10 people have an option to stay.
- π©πͺGermany osopolar π©πͺ GER π
We had the same issue with our consumer. To understand this right, we may stay on 2.0.0 or modify our consumers, but there is no way / no intention to modify the behavior, right?
- π¨π¦Canada b_sharpe
@osopolar, the intention is to remove D10 support which will allow removing this property as in D11 we can use isSyncing() per π Allow ChangedItem to skip updating the entity's "changed" timestamp when synchronizing Fixed
If you're on D10, just stick with 2.0.0 for now if you don't need this property.