Commit b1e27b95 authored by Julien Muchembled's avatar Julien Muchembled

Revert removal of 'default' property (r30059), because it breaks testOOoChart

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30353 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d1e5463c
......@@ -55,8 +55,12 @@ class OOoChartWidget(Widget.Widget):
property_names = list(Widget.Widget.property_names)
# Default has no meaning in OOoChart.
property_names.remove('default')
default = fields.StringField(
'default',
title='Default',
description=("A default value (not used)."),
default="",
required=0)
listbox_form_id = fields.StringField(
'listbox_form_id',
......
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