2021-06-01 12:20:20 +00:00
|
|
|
# Copyright (C) 2012-2021 Zammad Foundation, http://zammad-foundation.org/
|
|
|
|
|
2017-12-20 15:08:37 +00:00
|
|
|
class Sequencer
|
|
|
|
class Unit
|
|
|
|
module Common
|
|
|
|
module Provider
|
|
|
|
class Fallback < Sequencer::Unit::Common::Provider::Attribute
|
|
|
|
|
|
|
|
private
|
|
|
|
|
|
|
|
def ignore?
|
|
|
|
state.provided?(attribute) || super
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|