Problem/Motivation
We forgot to set the translatable flag, so the data tables are ignored and library items can not be translated.
Proposed resolution
Make the entity type translatable, add update function.
Note that views will be broken without #2904686: ViewsEntitySchemaSubscriber does not update views base table when making an entity type translatable
Remaining tasks
Convert needs to keep translations
Comments
Comment #2
berdirComment #3
berdirComment #4
berdirthe storage class schema is now not requied.
Comment #6
berdirThe view isn't converted correctly because somehow the entity type on the label field is missing, no idea why.
Comment #8
berdirOk, so it does want it to be linked, fine test, you win.
Comment #9
berdirSo much fun while writing a test.
Lots of changes in the view, due do duplications because of joins, I decided to for now only show the default translation.
This will fail because I first need to fix some related bugs in paragraphs.
Comment #13
berdirCommitted, passed now.