Closed GoogleCodeExporter closed 9 years ago
Discovered errors like this in the app log:
(com.esignforms.open.prog.PartyTemplateFieldTemplate) save(con) - Update failed
for partyTemplateId: 193d86d2-af4c-4c02-b0a8-78812abd95f1; fieldTemplateId:
d5c1a775-2064-49d4-90d5-66feb40e1fd9
Research shows that the field template id specified was in fact a field
template that had been deleted. It appears the party is still holding a
reference.
Original comment by yoz...@gmail.com
on 27 Sep 2011 at 1:50
When a field can be updated by a party, there's a mapping that was not being
updated when the field was deleted. This resulted in the error message.
However, the code was deleting the actual database mapping, so once the object
was reloaded fresh from the database, it would appear to be correct again.
The code in the patch release 11.9.10_26 should have this installed. It'll also
be in the next pending release that we hope will go out this week.
Original comment by yoz...@gmail.com
on 27 Sep 2011 at 1:55
Original issue reported on code.google.com by
yoz...@gmail.com
on 27 Sep 2011 at 1:48