Created
          March 24, 2021 10:02 
        
      - 
      
- 
        Save genakim/79c56ad0f6ca60695c5f60b582fd0829 to your computer and use it in GitHub Desktop. 
    1-28540
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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