- Issue created by @_tarik_
- @_tarik_ opened merge request.
In the the .module file of the module exists a problem. The function fico_form_entity_view_display_edit_form_alter creates a variable named context without the 'field_type' value in the 'instance' option.
The method fico_field_options expects this value on line 406 $field_definition['field_type'] == '_ds'.
1. Install and enable the Fico module.
2. Go to configuration form display mode of any content type.
3. Try to configure any conditions for the field.
4. Check Drupal logs.
As a temporary solution, we can add an additional check if this field is set, but the true way is to find the reasons why the field_type wasn't added to $context.
Active
3.0
Code