Ticket #1101 (new defect)

Opened 8 months ago

Last modified 7 months ago

SaveNewUnchanged not working

Reported by: paul Assigned to: somebody
Priority: major Milestone: 0.8.3
Component: biz Version:
Keywords: Cc:

Description (Last modified by paul)

I've noticed the following behaviors in SaveNewUnchanged?:

  • If SaveNewUnchanged? is True in both parent and child bizobjs, and a new record is added to child, calling parent.save() will not actually insert the new record into the backend. However, Dabo thinks the job is done because we are no longer prompted to save after that point.
  • If SaveNewUnchanged? is False in the parent bizobj and True in the child, then doing child.new() and parent.save() will not save the child record, but Dabo will indeed keep prompting you that there are changes to save.

Change History

09/13/2007 02:29:25 PM changed by paul

  • description changed.
  • summary changed from SaveNewUnchanged=True in children: records not saved when parent.save() to SaveNewUnchanged not working.

10/20/2007 11:37:11 PM changed by paul

I need to write a test case for this one, to prove my case. Bumping milestone to 0.8.3.

10/20/2007 11:37:45 PM changed by paul

  • milestone changed from 0.8.2 to 0.8.3.