Missing ruleset?
Xen.dk - November 8, 2009 - 00:27
| Project: | e-Commerce |
| Version: | HEAD |
| Component: | ec_store |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I couldn't figure out how the "Mark shipped product as completed" rule were supposed to work, until it dawned on me that it must be missing a ruleset. The rules_txn_complete set seems to have been lost between RC11 and 12.

#1
I have looked at this and the rule set does exist in the files.
#2
Maybe CVS is messing with me.
grep'ing for rules_txn_complete only shows hits in ec_store.rules_defaults.inc.
Comparing:
http://drupalcode.org/viewvc/drupal/contributions/modules/ecommerce/ec_s...
with:
http://drupalcode.org/viewvc/drupal/contributions/modules/ecommerce/ec_s...
Only the latter has "rules_txn_complete" outside rules_8 (Mark shipped product as completed) and that's the #set in rules_9.
Allowing for name changes and other such issues, neither can I see the ruleset in the backend. Tried both HEAD and DRUPAL-6--4-0-RC11, with rules "Show fixed rules and rule sets" setting enabled.