Closed (fixed)
Project:
e-Commerce
Version:
master
Component:
ec_store
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Nov 2009 at 00:27 UTC
Updated:
11 May 2010 at 21:50 UTC
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.
Comments
Comment #1
gordon commentedI have looked at this and the rule set does exist in the files.
Comment #2
xen commentedMaybe 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.
Comment #3
gordon commentedThanks I have tracked down the missing rule and put it back.