Cannot uninstall UI Icons Fields and UI Icon Picker
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3591875. -->
Reported by: [johnalbin](https://www.drupal.org/user/32095)
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>Using UI Icons 1.1.2, you cannot uninstall UI Icons Fields and UI Icon Picker because they depend on each other.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<ol>
<li>Install UI Icons Fields. Drupal will inform you that “You must install the following module to install UI Icons Fields: UI Icons Picker”</li>
<li>Go to <code>/admin/modules/uninstall</code>. You cannot uninstall UI Icons Fields or UI Icons Picker.</li>
</ol>
<p>This is due to a circular dependency.</p>
<p>ui_icons_field.info.yml contains:</p>
<pre>dependencies:<br> - drupal:field<br> - drupal:link<br> - ui_icons:ui_icons<br> - ui_icons:ui_icons_picker</pre><p>And ui_icons_picker.info.yml contains:</p>
<pre>dependencies:<br> - ui_icons:ui_icons_field</pre><h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>TBD</p>
<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