languageAclDisabled moved to scopes
This commit is contained in:
@@ -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