The rules elements provided by the signup rules module all follow the naming scheme "signup_xxxxx". According to the rules api also the handler functions would be named according to this scheme.

This could lead to the situation that functions provided by the signup rules module might have a name conflict with functions provided by the signup module. Also rules doesn't allow two elements provided with the same name, should there be signup elements also provided by the signup module.

Correct would be to have the naming convention "signup_rules_xxxxx" for all signup rules elements.

I'll correct this in the next version.

Christian.

Comments

meichr’s picture

Status: Active » Fixed

The problematic rules elements and handler functions have been renamed in the latest version of the signup rules module to conform to rules and module name space naming conventions.

As the signup rules module is still in its review phase I mark this issue as fixed.

Christian.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.