Closed (fixed)
Project:
Rules
Version:
7.x-2.x-dev
Component:
Rules Core
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Jun 2015 at 22:35 UTC
Updated:
18 Jan 2019 at 06:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
rcross commented+1 anyone got an alternative way to delete or revert a rule programmatically?
Comment #2
rooby commentedI use this:
Comment #3
luizsgpetri commentedI did rules_config_delete(array('rules_test_add_to_cart'));
Comment #4
tr commentedProvide a patch and we can add this feature...
Comment #5
tr commentedComment #6
tr commentedOK, this was easy so I just did it myself. Too bad someone didn't contribute this years ago - it only took 10 minutes to code and test but could have saved a lot of people a lot of time.
Comment #8
tr commentedCommitted.