From fc6220600f1c13faebd0e7c5fd3ec1b253519245 Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Fri, 2 Feb 2018 16:36:05 +0100 Subject: [PATCH] Fixes an issue introduced with commit 1ec2b514bb574937bc378f46fa922768a58d5dca 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. --- lib/sequencer/sequence/import/exchange/folder_contact.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sequencer/sequence/import/exchange/folder_contact.rb b/lib/sequencer/sequence/import/exchange/folder_contact.rb index 05a4ff4d4..d14f53ec6 100644 --- a/lib/sequencer/sequence/import/exchange/folder_contact.rb +++ b/lib/sequencer/sequence/import/exchange/folder_contact.rb @@ -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',