We found that, when a core field (for example: ānameā) from a module (for example: āAccountsā) is modified from studio (for example: Adding a Help text), the second time that you modify that field (for example: Adding a Default value) the first modification will be overwritten. Meaning that in this example, the Help text modification wonāt appear after the second change is applied. The result of the example will be the default properties values of the ānameā field, plus the added Default value.
We tried:
1- change the permission and the ownerships of the whole SuiteCRM folder, like this:
chmod -R 775 .
chown -R www-data:www-data .
2- Manually removing the cache folder
3- Enabling developer mode
4- Tested in SuiteCRM 7.11.15 and 7.11.18
5- Tested in a local docker server and remote administered server
6- Changing the config.php dir/file mode properties:
ādir_modeā => 1533,
āfile_modeā => 436, (( and 509
PHP 7.3 in all cases.
The custom fields work fine.
What are we missing? Is this a global Issue?
Thanks