Problem/Motivation

Computed base fields don't have a FieldStorageDefinition, they exists in \Drupal\Core\Entity\EntityFieldManager::getBaseFieldDefinitions only

This is a workaround because Core excludes computed base fields in \Drupal\Core\Entity\EntityFieldManager::getFieldStorageDefinitions

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

webflo created an issue. See original summary.

just_like_good_vibes’s picture

Hello,
thank you very much for reporting.
you wanted to propose a MR? it seems so but i was unsure. if you prefer i can propose something based on your suggestions.
let me know.
thank you

webflo’s picture

https://git.drupalcode.org/project/ui_patterns/-/merge_requests/505 contains the relevant changes, but lacks test coverage.