Q: Do we need the Ward winners view?
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3581480. --> Reported by: [progga](https://www.drupal.org/user/163062) Related to !29 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Config import fails for <a href="https://git.drupalcode.org/project/localgov_elections/-/blob/3.x/config/install/views.view.localgov_election_ward_winners.yml?ref_type=heads">views.view.localgov_election_ward_winners.yml</a> during `drush deploy`</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>- Enable the localgov_elections module.<br> - Export config.<br> - Commit config.<br> - Deploy code on a different dev/stage/live site.<br> - `drush deploy` fails with the following error:</p> <pre>The import failed due to the following reasons:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp; Unexpected error during import with operation update for views.view.localgov_election_ward_winners: The configuration property display.default.display_options.filters.localgov_election_target_id.value.min doesn't exist.</pre><h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Unless we really need the Ward winner listing, this view should be removed.</p>
issue