We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logic hooks checking new records using:
if (!isset(self::$fetchedRow[$bean->id])) {
Are no longer working, it seems something changed on base SuiteCRM
Logic hook not firing on new records, it seems that is working properly on existing records somehow
Only existing records code is firing on the logic hooks
Change isset for empty check
SuiteCRM 7.11.15 and onwards
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue
Logic hooks checking new records using:
Are no longer working, it seems something changed on base SuiteCRM
Expected Behavior
Logic hook not firing on new records, it seems that is working properly on existing records somehow
Actual Behavior
Only existing records code is firing on the logic hooks
Possible Fix
Change isset for empty check
Steps to Reproduce
Context
SuiteCRM 7.11.15 and onwards
Your Environment
The text was updated successfully, but these errors were encountered: