Correct namespace to drupal in composer.json patches ignore
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3587093. -->
Reported by: [niklp](https://www.drupal.org/user/71221)
Related to !11
>>>
<p>Tried to ignore the 3057250 patch for redirect as there is a new update for that which fixes it.</p>
<p>Cannot. Typos in the composer file led me a merry dance.</p>
<p>Lines 77 and 82 reference the old <strong>localgovdrupal</strong> namespace. Changing this after install made it impossible to rectify, seemingly.</p>
<pre> "patches-ignore": {<br> "localgovdrupal/localgov": {<br> "drupal/core": {<br> "Content moderation and Workspaces https://www.drupal.org/project/drupal/issues/3179199#comment-15711680" : "https://www.drupal.org/files/issues/2024-08-11/3179199-3132022-content-moderation-workspaces-query.patch"<br> }<br> },<br> "localgovdrupal/localgov_services": {<br> "drupal/core": {<br> "node_access filters out accessible nodes when node is left joined (1349080)" : "https://git.drupalcode.org/project/drupal/-/commit/c271adb.diff"<br> }<br> }<br> },</pre>
issue