SinergiaCRM
SinergiaCRM
Closes #9650 ## Description As described in the issue, this PR update the call to the deprecated constructor method. ## Motivation and Context Update the call to the deprecated constructor...
- Closes #7030 This PR is an alternative to the solution suggested in #7042 . There is a long discussion there, with several proposals. With this PR we try to...
#### Issue When inserting, in TinyMCE or Mozaik, a link that contains the schema and domain of the site itself, both the schema and domain are deleted on save the...
#### Issue An error occurs in the query built by the CRM to check a condition of a workflow that works with a related field of a module related to...
#### Issue After configuring the SMTP data and making several sends from the email module, these are not shown in the list view. After solving the previous issue, the listed...
## Description Solves #9768 As described in the issue, the PR adds the necessary configuration in TinyMCE to disable relative URLs and not remove the scheme and domain from the...
#### Issue The CRM allows you to enter blank spaces in the fields related to SMTP connections, causing subsequent failures due to these blank spaces. #### Expected Behavior That the...
#### Issue In a Calculate Field action in a workflow that uses a relation parameter of type DynamicEnum, its formatted value is not received correctly. #### Expected Behavior It should...
#### Issue Once the changes made in this PR have been applied: https://github.com/salesagility/SuiteCRM/pull/9757 When selecting several Emails and clicking on the Import Bulk Action, after filling the form and click...
## Description Solves #9756 As described in the issue, the PR add the call to the parent method preDisplay in modules/Emails/views/view.list.php file and modifies the list layoutdef. ## Motivation and...