mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 23:16:03 +00:00
Merge pull request #3457 from arkadiyasuratov/master
fix incorrect parent setting in compose modal
This commit is contained in:
@@ -548,7 +548,7 @@ class EmailFieldView extends VarcharFieldView {
|
||||
|
||||
if (
|
||||
this.model.collection &&
|
||||
('patentModel' in this.model.collection) &&
|
||||
('parentModel' in this.model.collection) &&
|
||||
this.model.collection.parentModel
|
||||
) {
|
||||
if (this.checkParentTypeAvailability(this.model.collection.parentModel.entityType)) {
|
||||
|
||||
Reference in New Issue
Block a user