2022-01-01 13:38:12 +00:00
|
|
|
# Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
|
2021-10-20 09:43:35 +00:00
|
|
|
|
|
|
|
class Sequencer
|
|
|
|
class Sequence
|
|
|
|
module Import
|
|
|
|
module Kayako
|
|
|
|
class Post < Sequencer::Sequence::Base
|
|
|
|
def self.sequence
|
|
|
|
[
|
|
|
|
'Common::ModelClass::Ticket::Article',
|
|
|
|
'Import::Kayako::Common::CreatedById',
|
|
|
|
'Import::Kayako::Common::ArticleSenderId',
|
|
|
|
'Import::Kayako::Common::ArticleSourceChannel',
|
|
|
|
'Import::Kayako::Post::Mapping',
|
|
|
|
'Import::Kayako::Post::InlineImages',
|
|
|
|
'Import::Kayako::Mapping::Timestamps',
|
|
|
|
'Import::Kayako::Post::UnsetInstance',
|
|
|
|
'Import::Common::Model::FindBy::MessageId',
|
|
|
|
'Import::Common::Model::Update',
|
|
|
|
'Import::Common::Model::Create',
|
|
|
|
'Import::Common::Model::Save',
|
|
|
|
'Import::Kayako::MapId',
|
|
|
|
'Import::Kayako::Post::Attachments',
|
|
|
|
]
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|