mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 15:06:06 +00:00
entity manager: no stream for user
This commit is contained in:
@@ -63,6 +63,9 @@ Espo.define('views/admin/entity-manager/modals/edit-entity', ['views/modal', 'mo
|
||||
if (scope) {
|
||||
this.hasStreamField = this.getMetadata().get('scopes.' + scope + '.customizable') || false;
|
||||
}
|
||||
if (scope === 'User') {
|
||||
this.hasStreamField = false;
|
||||
}
|
||||
|
||||
if (scope) {
|
||||
this.model.set('name', scope);
|
||||
|
||||
Reference in New Issue
Block a user