#1153: field value is set, after calling new() in parent-child situation
-----------------------+----------------------------------------------------
  Reporter:  kweinert  |       Owner:  somebody
      Type:  defect    |      Status:  new     
  Priority:  minor     |   Milestone:  0.8.3   
 Component:  biz       |     Version:  0.8.2   
Resolution:            |    Keywords:          
-----------------------+----------------------------------------------------
Comment (by ed):

 This behavior is by design. Columns in new records are defaulted to their
 "empty" value for their data type. If you need to initialize values for
 columns other than an autopopulated PK, you need to write that code in the
 bizobj's onNew() method, or set it in the DefaultValues property.

-- 
Ticket URL: <http://trac.dabodev.com/ticket/1153#comment:1>
Dabo Trac <http://trac.dabodev.com>
Trac Page for Dabo


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to