When cloning a module with a namespace, the module variable contains
the namespace prefix. As used in clone_config (specifically, as
currently used in bz.default-component and sendemail.to), the
namespace prefix is not intended to be part of the value.
When cloning a module with a namespace, the
modulevariable containsthe namespace prefix. As used in
clone_config(specifically, ascurrently used in
bz.default-componentandsendemail.to), thenamespace prefix is not intended to be part of the value.
For example:
Use base_module for these values which strips the namespace prefix from
module.
Resolves: #230
Signed-off-by: Todd Zullinger tmz@pobox.com