• Alexandre Boeglin's avatar
    Fixed initializePortalTypeDynamicProperties. · 817a204d
    Alexandre Boeglin authored
    When the function was called on a new Portal Type (not present in aq_portal_type)
    with recursive = 1, no Accessor was generated, and the Portal Type was added to aq_portal_type,
    thus preventing a future call of initializePortalTypeDynamicProperties to generate anything.
    
    I just removed the recursive argument, and ajusted the recursive call to use parent_object instead of self,
    which should allow to recursively create Workflows Accessors.
    
    
    git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3269 20353a03-c40f-0410-a6d1-a30d3c3de9de
    817a204d
Base.py 74 KB