salesagility / SuiteCRM

SuiteCRM - Open source CRM for the world
https://www.suitecrm.com
GNU Affero General Public License v3.0
4.26k stars 2.03k forks source link

Fix #10422 - Included support for _override_sugarfield on delete vardef #10422

Open serhiisamko091184 opened 1 month ago

serhiisamko091184 commented 1 month ago

Description

If you delete the custom variable, the file (custom/Extension/modules//Ext/Vardefs/.php) won't be deleted.

Motivation and Context

How To Test This

  1. Create a custom variable via Studio.
  2. Delete the variable:
    image
  3. Check the custom folder (mentioned above) to make sure the file is still there.

Types of changes

Final checklist