Cannot add new Pages due to Change Summary lookup
By Martin Rolph 1 decade ago
I don't understand why others haven't hit this but when I used the template I get an exception when trying to add an article. Have traced it to the ComputedField8 logic on prtContent custom control as it's trying to locate the previous doc version, which obviously wont exist for new docs!
I added this line to the top to fix..
if (document1.isNewNote()) return ("");