Fix link-entry custom fields showing application selectbox

This commit is contained in:
Nathan Gray 2013-06-05 17:10:57 +00:00
parent 654054826f
commit a10914b20e

View File

@ -441,7 +441,7 @@ var et2_customfields_list = et2_valueWidget.extend([et2_IDetachedDOM, et2_IInput
delete(attrs.label);
attrs.type = "link-entry";
attrs.application = field.type;
attrs.only_app = field.type;
return true;
},