SuiteCRM
SuiteCRM copied to clipboard
Fix #10488 - Expand the number of filters in message queue views
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
- Create a campaign with contacts, accounts, leads and users.
- Send one or more marketing emails.
- Access the message queue view and verify that the different filters added work correctly
Types of changes
- [X] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [X] Breaking change (fix or feature that would cause existing functionality to change)
Final checklist
- [X] My code follows the code style of this project found here.
- [ ] My change requires a change to the documentation.
- [X] I have read the How to Contribute guidelines.