- 🇷🇴Romania claudiu.cristea Arad 🇷🇴
It seems it has been resolved in other issue. The property is there.
Upon updating to 8.x-2.0-beta2 and creating a new document version, I started getting the following fatal error:
Route "entity.entity_legal_document_version.field_ui_fields" does not exist
Removing * field_ui_base_route = "entity.entity_legal_document.edit_form",
from the @ContentEntityType
annotation of the EntityLegalDocumentVersion
class and flushing caches resolved this.
Irritatingly, after putting the line back and flushing caches again, I couldn't reproduce the error so I can't give a more detailed IS.
The installed version of Drupal core was 8.7.11.
Patch to follow.
Closed: works as designed
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
It seems it has been resolved in other issue. The property is there.