- 🇮🇳India siddharthjain
Just a heads up, while updating the module to another version using composer, you might face issue while applying the patch because it installs the module using the dist version by default and this version includes project information to the bottom of the *.info.yml file which is added by Drupal’s packaging system(like example below).
# Information added by Drupal.org packaging script on 2019-05-03 version: '8.x-1.1' core: '8.x' project: 'module_name' datestamp: 1556870888
There an open core issue for the same( https://www.drupal.org/project/drupal/issues/3036459 🐛 Packaging info from .info.yml often creates conflicts when patching Active ). Also as per comment #11, there is an short-term workaround for it as well, we can follow this https://chromatichq.com/insights/patching-info-files-composer
- Merge request !1Issue #3297459: Automated Drupal 10 compatibility fixes → (Merged) created by Unnamed author
-
danflanagan8 →
committed a029a80b on 8.x-1.x authored by
siddharthjain →
Issue #3297459: Automated Drupal 10 compatibility fixes
-
danflanagan8 →
committed a029a80b on 8.x-1.x authored by
siddharthjain →
- Status changed to Fixed
4 months ago 7:47pm 10 July 2024 Automatically closed - issue fixed for 2 weeks with no activity.