In case of minimal drupal clean installations, "unomi_entity_base_field_info" will generate a computed filed with the type "list_strings" - this type is not available until drupal options are fully installed.
Provided Patch to easy fix this.
| Comment | File | Size | Author |
|---|---|---|---|
| add-dependency.patch | 574 bytes | redbeed_chris |
Issue fork unomi-3459988
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
Comment #2
malleziePatch looks good to me.
In standard this is not needed, since there the options module is already installed, but on minimal, or where you don't have this, this enforces that options are installed.
Comment #4
nginex commentedGoing to put this in a new release ASAP
Comment #5
nginex commented