mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 12:01:20 +02:00
* Infolog: Add filter by contact to export filters
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user