SuiteCRM
SuiteCRM copied to clipboard
SuiteCRM - Open source CRM for the world
### Issue Outbound emails fail to send when a personal email is setup with SMTP. A debug shows that SugarPHPMailer is receiving encrypted password and as a result is failing...
## Description In this PR, the incident indicated in the issue is solved by adding a condition to the SQL code that excludes messages from the sending queue so that...
Fixes #10505 Make other processes (web users) wait to read the grouped JS files until AFTER they're written out to disk. ## Description The function `ConcatenateFiles()` now prevents users from...
## Description In this PR all calls to the warning() method of the LoggerManager are located and changed to call the warn method ## How To Test This 1. Comment...
### Issue Some SQL queries are not supported in MSSQL. Noticed below issues so far... - Backticks(`) - LIMIT 1 is not supported in MSSQL - Method "EXTRACT(MONTH FROM" is...
## Description This PR expands the number of filters available for the Email Queue module. ## Motivation and Context https://github.com/salesagility/SuiteCRM/issues/10488 ## How To Test This 1. Create a campaign with...
## Description This PR fixes the decimal separator symbol for a decimal or float value obtained from a database not being parsed correctly when incorporated into an email template or...
Remove duplicate line
## Description The module's `importable` variable has been changed from `false` to `true`. ## Motivation and Context When trying to import in the Locations module, an error occurred in which...
## Description In this PR, the label assigned in the _title_key_ property (LBL_HISTORY) is replaced in the definition of the properties that will be used in the automation that generates...