Magento2_SomethingDigital_UpgradeHelper icon indicating copy to clipboard operation
Magento2_SomethingDigital_UpgradeHelper copied to clipboard

Notices on replaced modules

Open peterjaap opened this issue 6 years ago • 1 comments

We use composer's replace functionality to leave out modules we don't need. The upgrade helper lists files in these modules as customised, but without an actual value;

-------- TEMPLATES --------
Patched: vendor/dotmailer/dotmailer-magento2-extension/view/adminhtml/templates/automation/iframe.phtml
Customized: 
Patched: vendor/magento/module-authorizenet/view/adminhtml/templates/order/view/info/fraud_details.phtml
Customized: 
Patched: vendor/magento/module-send-friend/view/frontend/templates/send.phtml
Customized: 
Patched: vendor/temando/module-shipping-m2/view/adminhtml/templates/batch/view.phtml
Customized: 
Patched: vendor/temando/module-shipping-m2/view/adminhtml/templates/components/configuration/carrier/register.phtml
Customized: 
Patched: vendor/temando/module-shipping-m2/view/adminhtml/templates/rma/view/tracking/popup.phtml
Customized: 
Patched: vendor/temando/module-shipping-m2/view/adminhtml/templates/system/config/form/field/activation.phtml
Customized: 

peterjaap avatar Apr 01 '19 11:04 peterjaap

I think this shouldn't happen anymore. I made some updates today and customized must be truthy now:

https://github.com/sdinteractive/Magento2_SomethingDigital_UpgradeHelper/blob/63d2ff1e0fb8d793b973128dc2a36128c64c816b/Console/UpgradeHelperCommand.php#L125

mpchadwick avatar Jan 13 '20 22:01 mpchadwick