diff --git a/lib/zendesk_apps_support/location.rb b/lib/zendesk_apps_support/location.rb index 90f66d82..608b046d 100644 --- a/lib/zendesk_apps_support/location.rb +++ b/lib/zendesk_apps_support/location.rb @@ -65,7 +65,8 @@ def self.all Location.new(id: 23, name: 'call_log_editor', product_code: Product::SELL.code, visible: true), Location.new(id: 24, name: 'email_editor', product_code: Product::SELL.code, visible: true), Location.new(id: 25, name: 'top_bar', product_code: Product::SELL.code, visible: true), - Location.new(id: 26, name: 'visit_editor', product_code: Product::SELL.code, visible: true) + Location.new(id: 26, name: 'visit_editor', product_code: Product::SELL.code, visible: true), + Location.new(id: 27, name: 'central_admin', product_code: Product::SUPPORT.code) ].freeze end end