Commit f3ccce08 authored by Jérome Perrin's avatar Jérome Perrin

ERP5: fix propertysheets for IdGenerator

DublinCore was missing, so getCompactTitle was causing AttributeError
_baseGetTranslatedTitle
parent 4f4994e7
......@@ -50,6 +50,7 @@ class IdGenerator(Base):
# Declarative property
property_sheets = ( PropertySheet.Base,
PropertySheet.DublinCore,
PropertySheet.Version,
PropertySheet.Reference)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment