Problem
The entity_reference_revisions module expects things like field_storage to be available. However, if the module is installed at the same time as Drupal core than this may not be the case. In some scenarios it can occur that the entity_reference_revisions module is installed before the field module.
Solution
Declare a dependency on drupal:field in the entity_reference_revisions.info.yml file to make sure that the field module is available when entity_reference_revisions is installed.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 3110377-4.patch | 397 bytes | neelam_wadhwani |
| #2 | entity_reference_revisions-3110377-2.patch | 405 bytes | kingdutch |
Comments
Comment #2
kingdutchComment #3
berdirMakes sense but needs a reroll.
Comment #4
neelam_wadhwani commentedKindly review patch.
I have rerolled it.
Comment #5
berdirComment #7
berdirCommitted, thanks.