zendesk_apps_support 1.30.0 → 1.31.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/zendesk_apps_support/location.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 08be0e903a2f9b94a057c205ba2cb0931253ca54
|
4
|
+
data.tar.gz: 7e5d990b51bdb3624db524d43326c8f12688b1ef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 362ce26d40b89bfbe495ef22d26d8d4a8f8ee480ff60beaf2c4fc8029044435419b022d4ab0d052877b14a1385c86464f0d9420014d9c978e1ab72830f3ebd59
|
7
|
+
data.tar.gz: b9eb1b4620894da3eaf8513fa2cd5b5b56291456972b14f192ff87a489d002bef44a2394c66c1c32a5fe8435ae0464bc0f593605cca050623b3af710b3a1b3c0
|
@@ -27,7 +27,7 @@ module ZendeskAppsSupport
|
|
27
27
|
Location.new(id: 5, orderable: true, name: 'user_sidebar', product_code: Product::SUPPORT.code),
|
28
28
|
Location.new(id: 6, orderable: true, name: 'organization_sidebar', product_code: Product::SUPPORT.code),
|
29
29
|
Location.new(id: 7, orderable: false, name: 'background', product_code: Product::SUPPORT.code),
|
30
|
-
Location.new(id: 8, orderable:
|
30
|
+
Location.new(id: 8, orderable: true, name: 'chat_sidebar', product_code: Product::CHAT.code)
|
31
31
|
].freeze
|
32
32
|
end
|
33
33
|
end
|