languageAclDisabled moved to scopes

This commit is contained in:
Yuri Kuznetsov
2023-02-21 19:01:05 +02:00
parent b293086482
commit a22dc4b2fb
3 changed files with 7 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
{
"languageAclDisabled": true
}

View File

@@ -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
}

View File

@@ -125,7 +125,7 @@ class LanguageService
continue;
}
if ($this->metadata->get(['entityAcl', $scope, 'languageAclDisabled'])) {
if ($this->metadata->get(['scopes', $scope, 'languageAclDisabled'])) {
continue;
}