Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save genakim/79c56ad0f6ca60695c5f60b582fd0829 to your computer and use it in GitHub Desktop.
Save genakim/79c56ad0f6ca60695c5f60b582fd0829 to your computer and use it in GitHub Desktop.
1-28540
diff --git a/app/schemas/permissions/vendor_multivendor.php b/app/schemas/permissions/vendor_multivendor.php
index 413d162027..878972cd81 100644
--- a/app/schemas/permissions/vendor_multivendor.php
+++ b/app/schemas/permissions/vendor_multivendor.php
@@ -349,6 +349,7 @@ $schema = [
'products' => true,
'translations' => false,
'users' => false,
+ 'states' => false,
],
],
],
@@ -360,6 +361,7 @@ $schema = [
'products' => true,
'translations' => false,
'users' => false,
+ 'states' => false,
],
]
],
@@ -592,6 +594,9 @@ $schema = [
'vendors' => [
'permission' => false,
],
+ 'states' => [
+ 'permission' => false,
+ ],
],
'patterns' => [
'google' => [
@@ -616,6 +621,9 @@ $schema = [
'vendors' => [
'permission' => false,
],
+ 'states' => [
+ 'permission' => false,
+ ],
],
'patterns' => [],
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment