Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Issue #3143433: An AJAX HTTP error occurred
Issue #3098643 by bogdan.racz, Deciphered: Undefined index: default in business_rules_entity_type_alter()
Issue #3158198 by S_Bhandari, bmustafa, mparker17: Removed the duplicate key.
Issue #2923785 by pratik_kamble, weynhamz: Stop dispatching events if there are no rules that use them.
Issue #2994155 by tavib47: Uncaught TypeError: Cannot read property 'options' of null
Issue #3117868 by colan: Allow dependent field parent argument to be passed in as a UUID.
Issue #3016888 by C.E.A, yuriseki: Variables are broken and returning NULL values
Issue #3021360 by C.E.A, yuriseki: Cannot fetch two different entities inside the same rule event
Issue #3022454 by C.E.A, yuriseki: Delete a webform submission entity error
Issue #3027292 by pyxio, yuriseki: HTML format mails showing markup tags
Issue #3029362 by C.E.A, yuriseki: Data Comparison action - Invalid argument supplied for foreach()
Issue #3036209 by yuriseki, dercheffe: Cannot add any action or condition (AJAX error)
Issue #3014701 by yuriseki, tekNorah: Error on attempt to create Action: Change form display
Small array index check on ViewResultVariable.php
Issue #3012730 by C.E.A, yuriseki: Tokens are still printing even if the field values are empty
Issue #3014253 by Baik Ho, ChrisZZ: Email not validated properly (uppercase)
Allow tokens to use Business Rules variables.
Workaround on FetchEntityVariableAction.
Issue #2989559 by ChrisZZ, yuriseki: Send Mail does not accept tokens or variables, even of they will generate mail-address in context
Issue #2992323 by Yanivs, yuriseki: Problem when using a "data comparison" condition with "data value is empty" operator
Issue #2992428 by volkswagenchick, yuriseki: README configs, link, and formatting
issue on saving entity, validation error
Issue #2944465 by Matthijs, tavib47: Dependent fields: entityreference autocomplete widget is not supported for parent field
This is the BETA 1 version.
New features:
1 - Change entity form mode
2 - Dependent field with multiple levels of dependency and one parent can have multiple children.
New feature: #2983301 - Use view fields as options
Bugfix: #2983301 by Matthijs, yuriseki: Use view fields as options
Bugfix: #2983962 by yuriseki: Business rules causing commerce checkout page crash
Bugfix: #2983864 by markaspot: Condition Plugin: Compare field’s target_ids with entity id (taxomomy term)
Bugfix: #2980052 by wombatbuddy, C.E.A, yuriseki: Tokens and Twig style variables are not working in "Show a message" and "Set values to entity variable" Actions
Other: small check on getting entity context for token replacement
Fixed issues:
#2979241: Action "Set values to entity variable" does not allow to change fields values of the empty entity variable. It's impossible to create a new Entity with 'Business rules' module.
1. Added a new action to loop through a multi-valued variable field.
2. Fixed an issue that was preventing the debug block to be shown on some occasions.
3. Improved how to use variable description
When saving new items, Business Rules module flush all HTML caches. It's necessary because the Drupal cache system does not invoke hoot_entity_view if the data are already in cache. As Business Rules use this hook to trigger some actions, previously it was necessary to manually clear cache after change Actions/Conditions/Rules.