Commit 415e8754 authored by Romain Courteaud's avatar Romain Courteaud

Set default short title value to an empty string


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26645 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d76b7cc1
......@@ -89,6 +89,7 @@ class DublinCore:
{ 'id' : 'short_title',
'description' : '',
'type' : 'string',
'default' : '',
'translatable' : 1,
'translation_domain' : 'erp5_content',
'mode' : 'w' },
......
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