Fixes an issue introduced with commit 1ec2b514bb
which causes the functionality of the Sequencer Unit Import::Ldap::User::Lookup::Attributes to change. New attribute dependencies are introduced that the Exchange Sequence can not fulfill. The original functionality was moved to the more generic Sequencer Unit namespace Import::Common::Model::FindBy::UserAttributes. This should be used for the Exchange FolderContact Sequence.
This commit is contained in:
parent
6d814d535a
commit
fc6220600f
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class Sequencer
|
|||
'Import::Common::Model::Associations::Extract',
|
||||
'Import::Common::User::Attributes::Downcase',
|
||||
'Import::Common::User::Email::CheckValidity',
|
||||
'Import::Ldap::User::Lookup::Attributes',
|
||||
'Import::Common::Model::FindBy::UserAttributes',
|
||||
'Import::Common::Model::Attributes::AddByIds',
|
||||
'Import::Common::Model::Update',
|
||||
'Import::Common::Model::Create',
|
||||
|
|
Loading…
Reference in a new issue