mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-29 23:46:10 +00:00
languageAclDisabled moved to scopes
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"languageAclDisabled": true
|
||||
}
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"entity":true,
|
||||
"layouts":false,
|
||||
"tab":false,
|
||||
"acl":false,
|
||||
"customizable":false
|
||||
"entity": true,
|
||||
"layouts": false,
|
||||
"tab": false,
|
||||
"acl": false,
|
||||
"customizable": false,
|
||||
"languageAclDisabled": true
|
||||
}
|
||||
|
||||
@@ -125,7 +125,7 @@ class LanguageService
|
||||
continue;
|
||||
}
|
||||
|
||||
if ($this->metadata->get(['entityAcl', $scope, 'languageAclDisabled'])) {
|
||||
if ($this->metadata->get(['scopes', $scope, 'languageAclDisabled'])) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user