Closed (fixed)
Project:
Unomi
Version:
5.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2024 at 14:39 UTC
Updated:
23 Jul 2024 at 12:34 UTC
Jump to comment: Most recent
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 |
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