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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | third-party-settings-module-2970811.2.patch | 2.4 KB | david4lim |
Comments
Comment #2
david4lim commentedThis patch solves the config issue.
Comment #3
japo32 commentedThanks! The patch worked for me. But I also had to modify the config file for the field in order to import properly.
Comment #4
alzz commented#2 Patch works for me as well.
Comment #5
joshua.boltz commentedSame 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.
Comment #7
rcodinaI've just commit this patch. I only omitted the comment line:
/** @var \Drupal\field\FieldConfigInterface $field */Thanks @david4lim! Thank you all for the feedback!
Comment #8
rcodinaJust issued a new release with this!