Rules Modal
Categories
Component ID
2644004
Component name
Rules Modal
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
“Rules modal makes it easy to prompt a user for confirmation of a task during the execution of a rule. Combined with a module such as https://www.drupal.org/project/rules_conditional , this enables for more advanced validation. Here are some example use cases for Rules Modal:
- Used with a shopping cart system to prevent users from purchasing the same item twice by mistake (“Are you sure you want to add this item to your cart again?“)
- Used with editable views or similar to prevent delete actions by mistake (“Are you sure you want to delete 10 rows?
- Repository maintained on Github: https://github.com/cmcintosh/rules_modal
