After upgrading from version 12 to 31, we started getting an error when saving a certain custom datastructure, developed for us by Minerva back in the day:
Failed to execute 'serializeToString' on 'XMLSerializer': parameter 1 is not of type 'Node'.
From what I can tell, this happens because Minerva's old code calls an action directly on the document.thisItem object
var output = document.thisItem.apply("VE_GetCopyTreeGridHeader");