Problem/Motivation
After adding additional fields to the CM Document entity, those fields should be available to surface in the View. They are not currently available in the View.
This prevents the level of customization in the View that would make it possible to extend.
Comments
Comment #2
swirtComment #3
swirtI have a hunch this may be related to https://www.drupal.org/project/content_model_documentation/issues/3340389 which may be tied to mishandling translations. Just a guess, no proof.
Comment #4
swirtIt was because I have
set in the annotation, but translation set to off. This apparently silently breaks things.
Comment #6
swirtThis has been fixed and will go out with alpha9.
Comment #7
swirtComment #8
swirtReopening this because it introduced an entity definition error. Will need to work on a hook_update to roll this out. It is reverted in alpha10.
Comment #10
swirtThis has now been fixed correctly and no longer shows config related errors on status page.
It will go out with alpha 11.
Comment #11
swirt