Prompt Library menu item missing due to incorrect parent
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3585596. --> Reported by: [drupov](https://www.drupal.org/user/433066) Related to !1523 !1522 !1521 >>> <p><strong>Update Summary: </strong>Fix menu link parent for Prompt Library<br> <strong>Short Description: </strong>Prompt Library menu item missing due to incorrect parent<br> <strong>Check-in Date: </strong>04/19/2026</p> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>The "Prompt Library" menu item is not visible in the admin UI because it is assigned to an incorrect parent in <code>ai.links.menu.yml</code>.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>1. Enable the AI module.<br> 2. Go to Configuration &rarr; AI.<br> 3. Observe that "Prompt Library" is missing.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Change the parent of <code>entity.ai_prompt.collection</code> from <code>ai.admin_vdb_providers</code> to <code>ai.admin_config_infrastructure</code> in <code>ai.links.menu.yml</code>.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <p>- Provide patches / MRs for <code>1.3.x</code>, <code>1.4.x</code>, and <code>2.0.x</code></p> > Related issue: [Issue #3560199](https://www.drupal.org/node/3560199)
issue