- Issue created by @reece.oliver
When you add a hook to be able to export the base_fields of a custom entity and it has translations the base_fields for the translation won't get exported because the hook is called for them.
Have a custom entity with translations and create a hook for it to be able to export
Attached a patch - call the hook inside the exportBaseFields function so that when its called for the translation section the hook is also called
Active
1.4
Code