From 415e875459a8729ed8f228944a79f4291d33d8d2 Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Mon, 27 Apr 2009 08:55:58 +0000 Subject: [PATCH] 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 --- product/ERP5Type/PropertySheet/DublinCore.py | 1 + 1 file changed, 1 insertion(+) diff --git a/product/ERP5Type/PropertySheet/DublinCore.py b/product/ERP5Type/PropertySheet/DublinCore.py index ce447d68c8..caa9719428 100644 --- a/product/ERP5Type/PropertySheet/DublinCore.py +++ b/product/ERP5Type/PropertySheet/DublinCore.py @@ -89,6 +89,7 @@ class DublinCore: { 'id' : 'short_title', 'description' : '', 'type' : 'string', + 'default' : '', 'translatable' : 1, 'translation_domain' : 'erp5_content', 'mode' : 'w' }, -- 2.30.9