• Jérome Perrin's avatar
    ERP5Type: Normalize the implementations of TemporaryDocumentMixin and TempBase · b2e03135
    Jérome Perrin authored
    Products.ERP5Type.mixin.temporary.TemporaryDocumentMixin and
    Products.ERP5Type.Base.TempBase implementations were a bit different:
    
     - getTitle was acquiring title in TemporaryDocumentMixin, although this
     was probably never acquiring in practice because most documents have
     a title.
     - isIndexable was an int and not a PropertyConstantGetter like it is
     supposed to be.
    
    Change TemporaryDocumentMixin to behave like TempBase here.
    
    =
    b2e03135
temporary.py 4.02 KB