[Nuxeo-tickets] Re: [Nuxeo Repository] #1817: Flexible widgets destruction doesn't delete them

Nuxeo Repository trac at nuxeo.com
Sun Mar 11 19:54:29 CET 2007


#1817: Flexible widgets destruction doesn't delete them
-----------------------------+----------------------------------------------
 Reporter:  gracinet         |        Owner:  fguillaume
     Type:  defect           |       Status:  new       
 Priority:  P3               |    Milestone:  CPS 3.4.4 
Component:  CPSDocument      |      Version:  TRUNK     
 Severity:  minor            |   Resolution:            
 Keywords:  flexible widget  |  
-----------------------------+----------------------------------------------
Comment (by fguillaume):

 You must be mistaken, FlexibleTypeInformation._flexibleDelSimpleWidgets
 has this code:
 {{{
                 if field_id in ob.objectIds():
                     ob.manage_delObjects([field_id])
                 else:
                     # Other fields such as string Fields are stored as
                     # non-object attributes
                     delattr(ob, field_id)
 }}}

-- 
Ticket URL: <http://svn.nuxeo.org/trac/pub/ticket/1817>
Nuxeo Repository <http://www.cps-project.org/>
Nuxeo Repository



This list archive provided by Nuxeo, the leaders of open source ECM. Check out the Nuxeo 5 open source, standards-based ECM project.