SuiteCRM
SuiteCRM copied to clipboard
#10319 fix(JSON API v1) - SQL error when filtering by custom fields
Description
SQL error when fetching beans by JSON v1 API with filter on custom filed. Without filter on custom fields no error. Fix issue https://github.com/salesagility/SuiteCRM/issues/10319 by added missing log message.
Motivation and Context
Fix error in Json v1 API.
How To Test This
More details and steps to reproduce here: https://github.com/salesagility/SuiteCRM/issues/10319
Types of changes
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] 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.
Hey @re8260,
thanks a lot for contributing to SuiteCRM project!
Regards, Serhii