mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 23:16:03 +00:00
fix
This commit is contained in:
@@ -321,7 +321,7 @@ class UserEditRecordView extends EditRecordView {
|
||||
}
|
||||
|
||||
exit(after) {
|
||||
if (after === 'create') {
|
||||
if (after === 'create' || after === 'save') {
|
||||
this.model.unset('sendAccessInfo', {silent: true});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user