listViewSettingsDisabled
This commit is contained in:
@@ -277,5 +277,6 @@ return [
|
||||
'oidcUsernameClaim' => 'sub',
|
||||
'oidcFallback' => true,
|
||||
'oidcScopes' => ['profile', 'email', 'phone'],
|
||||
'listViewSettingsDisabled' => false,
|
||||
'isInstalled' => false,
|
||||
];
|
||||
|
||||
@@ -3386,7 +3386,10 @@ class ListRecordView extends View {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!this.getMetadata().get(`scopes.${this.entityType}.object`)) {
|
||||
if (
|
||||
!this.getMetadata().get(`scopes.${this.entityType}.object`) ||
|
||||
this.getConfig().get('listViewSettingsDisabled')
|
||||
) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user