It's reinventing the wheel, since Drupal has a whole field storage system built in that automatically deals with things like translations and revisions.
exactly what i though after hours trying to make caption in nested parragraph translation to work :(
then i found your issue and your patch work like a charm!
had to :
pmu the module (obviously delete all the caption contents)
composer require dev version of module
apply your patch
enable the module again
thanks for your work !
i have this issue to, unable to translate the caption field
here is a patch against 4.0.2
hi,
here is a patch for #10 option 2, not sure if this is the right method.
i was about to do it, #22 works for me, thanks!
here is a patch
here is a patch
bachbach → created an issue.
I ran drush config-delete block.block.workflowtransitionform
on dev, drush cex -y
, commited the deleted config file, then pushed to prod : drush cim
worked
hi,
thanks for your replies.
i finally found the faulty commit where config files were deleted. I restored the files and imported them. I was back on track.
it may be "terms of use" or "registration code" who may have deleted the config, but really i don't have any evidence.
i know there is now a hook, but did not have time to create a new module, here my patch against 2.1.3