Problem/Motivation

Just updated to v4. When our CI does an import we get an error for all new simple_sitemap.type.* config files:

The import failed due to the following reasons:                              
  Deleted and replaced configuration entity "simple_sitemap.type.site_co_kr"   
  Deleted and replaced configuration entity "simple_sitemap.type.site_com_cn"  
  Deleted and replaced configuration entity "simple_sitemap.type.site_com_tw"  
  Deleted and replaced configuration entity "simple_sitemap.type.site_co_jp"                                                                          
  Deleted and replaced configuration entity "simple_sitemap.type.www_site_com 

Steps to reproduce

Export config with new simple_sitemap.type.type.* files, commit and push to travis_ci. When build imports we get that error.

Comments

justclint created an issue. See original summary.

justclint’s picture

The issue here seemed to be that when we created the new types, we used the same id's as the previous variants. Just changing the type ids solved this issue. This can be closed.

shabana.navas’s picture

joshua1234511’s picture

Issue is related to https://www.drupal.org/project/domain_simple_sitemap/issues/3465449

Standalone module has no issue, issue with Domain access feature.

Can be closed.

walkingdexter’s picture

Status: Needs review » Closed (won't fix)
gbyte’s picture

Status: Closed (won't fix) » Closed (works as designed)