Closed (fixed)
Project:
Delete all
Version:
8.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
22 Jun 2019 at 11:30 UTC
Updated:
16 Jul 2019 at 11:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
adel-by commentedComment #3
adel-by commentedComment #4
thursday_bw commentedThis works for me.. but it doesn't fix it directly when apply the patch via composer because composer.json is dowloaded and processed by composer before the patch is applied.
So.. really need to get this merged ASAP..
It's such a simple fix, I strongly urge this gets reviewed and merged as a matter of urgency.
Comment #5
adel-by commentedfor now you could add this line to your project's composer.json in the "extra/installer-paths" section :
"web/modules/contrib/delete_all": ["drupal/delete_all"],right before
"web/modules/contrib/{$name}": ["type:drupal-module"],This way the module gets installed in web/modules/contrib
cheers
Comment #7
dipakmdhrm commented