Hi!
I need to change /crm/application/Espo/Core/Formula/Parser.php
to:
How can i make this change to /crm/application/Espo/Core/Formula/Parser.php by the "upgrade safe" way, not editing /crm/application/ folder.
Making custom file at /crm/custom/Espo/Core/Formula/Parser.php not working.
I need to change /crm/application/Espo/Core/Formula/Parser.php
Code:
private string $attributeNameRegExp = "/^[a-zA-Z0-9.]+$/";
Code:
private string $attributeNameRegExp = "/^[a-zA-Z0-9._]+$/";
How can i make this change to /crm/application/Espo/Core/Formula/Parser.php by the "upgrade safe" way, not editing /crm/application/ folder.
Making custom file at /crm/custom/Espo/Core/Formula/Parser.php not working.
Comment