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