Custisations overwritten when upgrading to 7.2.2

Upgrading to 7.2,2 has caused a couple of issues

When it asks if you want to add fields to detail & edit vies I unticked them all but it still upgraded my forms

It also overwrote custom/modules/Cases/views/wiew.edit & view.detail.php

Is there anyway you can warn if custom files are being overwritten when updating?

Hi Mike,

In future we will be moving any custom changes into the core CRM, so this will not occur.

Thanks,

Will.

1 Like

Hi Will,

Yes please !!!
Not only it overwrites customizations, but some of them even overwrite the standard behavior.
Look for example at custom/modules/Leads/views/view.detail.php.
It does not extend the LeadsViewDetail class defined in modules/Leads/views/view.detail.php, so the config variable used to prevent converting twice a lead is not even managed.

Benoit