Problem/Motivation

There is an exception when adding a new storage entity type if field_ui is disabled.

Error: Class "Drupal\field_ui\FieldUI" not found in storage_form_storage_type_add_form_submit() (line 90 of modules/contrib/storage/storage.module).

Steps to reproduce

- Disable field_ui
- Create a new storage entity type
- Save

Proposed resolution

Add a check if field_ui module exists.

Issue fork storage-3304864

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

matthieuscarset created an issue. See original summary.

matthieuscarset’s picture

Assigned: matthieuscarset » Unassigned
Status: Active » Needs review

mxh made their first commit to this issue’s fork.

  • 78dd47d committed on 1.1.x
    Check if field_ui module exists #3304864
    
mxh’s picture

Status: Needs review » Fixed

Sorry for the very late reply. Looks good, committed. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.