This module is adding as dependencies required_summary and show_summary instead of text_summary_options, so I get this error while importing config:
[error] Drupal\Core\Config\ConfigImporterException: There were errors validating the config synchronization. in Drupal\Core\Config\ConfigImporter->validate() (line 728 of web/core/lib/Drupal/Core/Config/ConfigImporter.php).
[error] The import failed due to the following reasons:
La configuración field.field.node.article.body depende de los módulos required_summary, show_summary que no será instalado después de importar.

Comments

david4lim created an issue. See original summary.

david4lim’s picture

This patch solves the config issue.

japo32’s picture

Thanks! The patch worked for me. But I also had to modify the config file for the field in order to import properly.

alzz’s picture

#2 Patch works for me as well.

joshua.boltz’s picture

Same here, in order to get it to import, I had to manually update the field config to use the right module dependency.
But, #2 patch seems to work and exports the correct module `text_summary_options` into the field configuration after that point.

It would be great to get this patch in ASAP, so anyone else using the module doesn't have the issue right off the bat and need to manually update config files before this patch even really takes effect.

  • rcodina committed 6d0f42f on 8.x-1.x authored by david4lim
    Issue #2970811 by david4lim: Adding wrong module dependency into field...
rcodina’s picture

Status: Active » Fixed

I've just commit this patch. I only omitted the comment line:

/** @var \Drupal\field\FieldConfigInterface $field */

Thanks @david4lim! Thank you all for the feedback!

rcodina’s picture

Just issued a new release with this!

Status: Fixed » Closed (fixed)

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