You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.
With workbench moderation installed, the "current" revision is no longer being pulled during XLIFF export--only the "live" revision.
Proposed resolution
Issue is that, in many workflows, the custom Entity XLIFF module includes have not yet been included.
Short term, we should add the include call before the alter call in the TranslatableFactory. Mid-term, we should run all Entity XLIFF hooks through a special hook executor that does this include for us (then we can kill all the spurious calls to the include method).
The text was updated successfully, but these errors were encountered:
Problem / motivation
With workbench moderation installed, the "current" revision is no longer being pulled during XLIFF export--only the "live" revision.
Proposed resolution
Issue is that, in many workflows, the custom Entity XLIFF module includes have not yet been included.
Short term, we should add the include call before the alter call in the TranslatableFactory. Mid-term, we should run all Entity XLIFF hooks through a special hook executor that does this include for us (then we can kill all the spurious calls to the include method).
The text was updated successfully, but these errors were encountered: