AmpersandHQ / ampersand-magento2-upgrade-patch-helper

Helper script to aid upgrading magento 2 websites by detecting overrides. Now supports third party module detections
GNU Lesser General Public License v3.0
322 stars 39 forks source link

Fix layout xml detection filename matching (#60) #87

Closed convenient closed 1 year ago

convenient commented 1 year ago

Prevent matching changes like

| WARN  | Override (phtml/js/html) | vendor/magento/module-catalog/view/frontend/layout/default.xml                                                                     | app/design/frontend/Ampersand/theme/Magento_Catalog/layout/catalog_category_view_type_default.xml                                  |\n

Make sure it's a full filename match.

Captured in a test, and then fixed in following commit for verification.

Checklist