Needs review
Project:
Business Rules
Version:
2.0.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 May 2022 at 08:46 UTC
Updated:
12 Sep 2022 at 06:03 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
kazah commentedSame error in ActionSet
TypeError: array_keys(): Argument #1 ($array) must be of type array, null given in array_keys() (line 69 из /business_rules/src/Plugin/BusinessRulesAction/ActionSet.php)Comment #3
drupalevangelist commented@kazah I'm not familiar with the Business Rules module, but you may want to take a look at this issue - https://www.drupal.org/project/menu_item_extras/issues/3268152
Comment #4
kris77 commentedSame issue as @kazah
Comment #5
kris77 commented@kazah in conditionset.php file change this code:
With this:
Comment #6
kazah commentedThank you, @Kris77
Comment #7
drupalevangelist commented@kazah - please ensure to create a patch and apply it.
Comment #8
narendra.rajwar27Adding patch.