fix link field

This commit is contained in:
yuri
2016-10-07 12:10:57 +03:00
parent a9fc290627
commit 2dee859b2a
+1 -1
View File
@@ -442,7 +442,7 @@ Espo.define('views/fields/link', 'views/fields/base', function (Dep) {
},
getSearchType: function () {
return this.getSearchParamsData().type || this.searchParams.typeFront || this.searchParams.frontType;
return this.getSearchParamsData().type || this.searchParams.typeFront || this.searchParams.type;
}
});