Closed (fixed)
Project:
Dashboard
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Sep 2024 at 19:51 UTC
Updated:
30 Sep 2024 at 15:04 UTC
Jump to comment: Most recent
In #3474273: Remove core patch from composer.json we had to quickly remove a patch from composer.json as we broke drupal_cms HEAD.
There are still two patches here, that are not prone to fail and still apply both for 11.x and 10.4.x, but we might want to prevent issues.
So let's remove those from our own composer.json.
Remove patches from composer.json
MR
None
None
None
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
plopescAgree that those patches do not hurt for now, but it could lead to unexpected behaviors in other contexts.
Given that those patches were created for the default dashboard, they could be added to the drupal_cms composer.json file if actually needed.
Checked the dashboard demo github repo, where the patches were used, but added to the project's main composer.json file, so this change should not affect it either.
MR created.
Comment #5
penyaskitoThanks, Pablo!
Comment #7
penyaskito