forked from extern/egroupware
Fix link-entry custom fields showing application selectbox
This commit is contained in:
parent
654054826f
commit
a10914b20e
@ -441,7 +441,7 @@ var et2_customfields_list = et2_valueWidget.extend([et2_IDetachedDOM, et2_IInput
|
|||||||
delete(attrs.label);
|
delete(attrs.label);
|
||||||
|
|
||||||
attrs.type = "link-entry";
|
attrs.type = "link-entry";
|
||||||
attrs.application = field.type;
|
attrs.only_app = field.type;
|
||||||
return true;
|
return true;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user