• Arnaud Fontaine's avatar
    ERP5Site: Do not override newContent() but use FolderMixIn implementation to... · ed81a3d4
    Arnaud Fontaine authored
    ERP5Site: Do not override newContent() but use FolderMixIn implementation to have a consistent behavior.
    
    ERP5Site was raising error when ID or portal_type was not passed but there is
    no reason to do so (as it is done in FolderMixIn.newContent()). This allows
    calling ERP5Site.newContent(temp_object=True) without ID, likewise Folder.
    ed81a3d4
ERP5Site.py 94 KB