Updated patch with ability to set default image style
Updated patch
Quick patch here
serg.linkin β created an issue.
Hi @Giuseppe87, thanks for this patch.
Looks like there's a mistake with the condition, because flag's "created" date will always be less then "current time + session lifetime" as a future time. There should be a "-" sign instead, the updated patch is attached.
serg.linkin β changed the visibility of the branch serglinkin-2.0.0-patch-08f1 to active.
serg.linkin β changed the visibility of the branch serglinkin-2.0.0-patch-08f1 to hidden.
serg.linkin β made their first commit to this issueβs fork.
We are currently trying to use #10 π Original language entity content got overwritten when updating translated entity for multilingual site RTBC patch with Drupal 9.5.11. But it breaks jsonapi responses that check access to individual resources or unpublished translations, for example, with ERR_EMPTY_RESPONSE or '50x' server status code.
So I've improved it by using the 'entity_upcast' context to fix this, based on the jsonapi module code.