* Infolog: Add filter by contact to export filters

This commit is contained in:
nathangray
2020-07-10 13:13:04 -06:00
parent bc253e0bd7
commit 13842ffb79
3 changed files with 10 additions and 2 deletions

View File

@ -490,7 +490,7 @@ var et2_customfields_list = /** @class */ (function (_super) {
// No label on the widget itself
delete (attrs.label);
attrs.type = "link-entry";
attrs.only_app = field.type;
attrs.only_app = typeof field.only_app == "undefined" ? field.type : field.only_app;
return true;
};
et2_customfields_list.prototype._setup_filemanager = function (field_name, field, attrs) {