I have a lookup column with more than 20+ items that used to be rendered as a combo box but now is rendered as a drop down list.
I think I have narrowed the problem to this error:
SP.Publishing is undefined
is thrown on
function EnsureScripts(scriptInfoList, finalFunction)
I havent changed anything but this error seems to have popped up in Javascript?
How can I debug it?