business_rules 3.x-dev

New branch to make the module compatible with Drupal 10 and fix several bugs

business_rules 2.0.0-beta1

Bug fixes
Unsupported

Changes since 2.0.0-alpha2:

business_rules 2.0.0-alpha1

Bug fixes
New features
Unsupported

First release for Drupal 9.

Changes since 8.x-1.0-beta13:

business_rules 8.x-1.0-beta13

Bug fixes
Unsupported

Got the testbot working again!

Changes since 8.x-1.0-beta12:

business_rules 8.x-1.0-beta12

Bug fixes
New features
Unsupported

Notably: Fixes the dependent field functionality that was broken in beta11

Changes since 8.x-1.0-beta11:

business_rules 8.x-1.0-beta11

Bug fixes
Unsupported

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.

business_rules 8.x-1.0-beta7

Bug fixes
Unsupported

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)

business_rules 8.x-1.0-beta6

Bug fixes
New features
Unsupported

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.

business_rules 8.x-1.0-beta2

Bug fixes
New features
Unsupported

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

business_rules 8.x-1.0-beta1

New features
Unsupported

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.

business_rules 8.x-1.0-alpha24

Bug fixes
Unsupported

Issue #2989659 by C.E.A, yuriseki: The settings page is not accessible anymore

business_rules 8.x-1.0-alpha21

Bug fixes
Unsupported

Issue #2985915 by C.E.A, yuriseki: Custom tokens for custom webforms are not being replaced by real data

business_rules 8.x-1.0-alpha20

Bug fixes
New features
Unsupported
  • 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

business_rules 8.x-1.0-alpha16

Bug fixes
Unsupported

Bug fixes:

  1. Issue #2980052 by wombatbuddy: Tokens and Twig style variables are not working in "Show a message" and "Set values to entity variable" Actions
  2. Issue #2982741 by markaspot: SendEmailAction - Make to-field being processed via processVariables
  3. Issue #2929219 by d.novikov, mrsmile, sahaj, cocq, SocialNicheGuru, Joao Sausen: dependant field not working
  4. Issue #2883898 by markaspot: Module breaks some form submits of Core (Quick Edit, one time login)

business_rules 8.x-1.0-alpha15

Bug fixes
Unsupported

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.

business_rules 8.x-1.0-alpha14

Bug fixes
Unsupported

Bug fixes:

  • Issue #2924399 by jwkovell: Creating new rule does not check for unique machine name
  • Issue #2877052 by markaspot, Znak, jwkovell: Send Mail Action throws error when triggered

Thanks @ jwkovell, @markaspot, @Znak for the comments and paths proposal.

business_rules 8.x-1.0-alpha13

Bug fixes
Unsupported

Fixed Issue #2961327 : After upgrading to Drupal 8.5.x content moderation stops working when business rules is installed

business_rules 8.x-1.0-alpha12

Bug fixes
Unsupported

Fixes:

  • Issue #2929219 by yuriseki, d.novikov, mrsmile, cocq, SocialNicheGuru, sahaj, Joao Sausen: dependant field not working
  • Issue #2924134 by jwkovell, yuriseki: Send Email action: Variables in email to field not processed
  • Issue #2973571 by gilles.koffmann, yuriseki: Call to undefined method Drupal\entity_browser\Form\EntityBrowserForm::getEntity()

business_rules 8.x-1.0-alpha10

Bug fixes
New features
Unsupported

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

Thanks @otcassetmgmt for the feature request.

business_rules 8.x-1.0-alpha9

New features
Unsupported

Access to individual values to variables with multi-value fields.

business_rules 8.x-1.0-alpha8

Bug fixes
Unsupported

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.

business_rules 8.x-1.0-alpha6

New features
Unsupported
  • Fixed the necessity to clear all caches manually after installation.
  • New variable Url included

business_rules 8.x-1.0-alpha5

Bug fixes
Unsupported

fixed bug on retrive variable field value {{variable_id->field_name}}

business_rules 8.x-1.0-alpha3

Bug fixes
Unsupported
  • Changes to accomplish with the Drupal code standard.
  • Bug fix for the event type User has logged in

business_rules 8.x-1.x-dev

New features

The dev version contains new features and the bug-fixes for the latest release that will gonna be ported to the next one.

Subscribe with RSS Subscribe to Releases for Business Rules