JackBuchanan
JackBuchanan
If password is not set, get mailbox using smtp user email address ## Description See issue #9457 ## Motivation and Context See issue #9457 ## How To Test This See...
Change how UID array is built in assignGroups ## Description Use MassUpdate.uid to build ID array then set MassAssign to be equal to MassUpdate array ## Motivation and Context Fix...
Remove setting of html field values that don't exist on page ## Description See issue #9456 ## Motivation and Context See issue #9456 ## How To Test This See issue...
#### Issue Issue 1 - Email signatures are not added when replying to email if an email signature has been added by SuiteCRM already. Issue 2 - Existing email signatures...
Remove code that replaces email signatures ## Description Fixes Issue 1 - Email signatures are not added when replying to email if an email signature has been added by SuiteCRM...
Use TinyMCE init function to set template body rather than triggering on page load Suite7: #9737 Suite8: https://github.com/salesagility/SuiteCRM-Core/issues/413 ## Description Currently in the Campaigns module the Email Template body is...
Merge mod string arrays for lang and override files before returning because override files are written to but not read from in module builder ## Description When building modstrings for...
#### Issue If an multi-enum field has a subquery this will cause issues with the SQL query when using the listview filter because of the way multi-enums are saved in...
Update how enums fields are handled when setting workflow values ## Description Add extra case to switch statement to handle enums When a varchar is being set to the value...
Altered the sql query that is used for list view when field is an enum and has a subquery. Fix for issue #6434 ## Description Altered the sql query for...