incorrectly named settings config
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3530344. --> Reported by: [joachim](https://www.drupal.org/user/107701) Related to !16 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>The Whitespace provider settings form saves a config with name</p> <p>&gt; localgov_waste_collection_whitespace.settings</p> <p>However, Drupal's config validation expects the first part of the config name to be its owner, and will refuse to install config if the owner extension is not present -- see <span class="drupalorg-gitlab-issue-link project-issue-status-info project-issue-status-1"><a href="https://www.drupal.org/project/drupal/issues/3530342" title="Status: Active">#3530342: warn/enforce on config save for the owner prefix of config being an installed extension</a></span>.</p> <p>Since the module is called localgov_waste_collection_whitespace_provider, and the config name's prefix is localgov_waste_collection_whitespace, the Whitespace settings can't be deployed -- the config validation fails:</p> <p>&gt; Configuration <em class="placeholder">localgov_waste_collection_whitespace.settings</em> depends on the <em class="placeholder">localgov_waste_collection_whitespace</em> extension that will not be installed after import.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3>
issue