This commit is contained in:
Yuri Kuznetsov
2024-02-20 15:29:34 +02:00
parent f7eef2d3c7
commit 58a6cc1658
+1
View File
@@ -694,6 +694,7 @@ class BaseFieldView extends View {
/** @inheritDoc */
init() {
this.validations = Espo.Utils.clone(this.validations);
this.searchTypeList = Espo.Utils.clone(this.searchTypeList);
this._hasTemplateContent = !!this.templateContent;