Ticket #1125 (new defect)

Opened 5 months ago

Last modified 5 months ago

save() does not support dEditBox for child bizObjects

Reported by: johnf Assigned to: somebody
Priority: major Milestone: 0.8.3
Component: ui Version: 0.8.2
Keywords: Cc:

Description

Create a Dabo app that has a child bizobject. Add a dEditBox with a DataSource? equal to the child bizObject and a DataField? associated with child bizObject. Make a change in the DataField? and attempt to save().

Attachments

trouble.py (7.6 kB) - added by johnf on 12/12/2007 06:50:09 AM.

Change History

12/12/2007 06:50:09 AM changed by johnf

  • attachment trouble.py added.

12/12/2007 08:29:56 AM changed by johnf

Larry has traced the issue to dTextBoxMixin line 46 if self._inFlush:

return

Return always fires for dEditBox. If you comment out the above two lines all works.