Commit e44fe9b2 authored by Alexandre Boeglin's avatar Alexandre Boeglin

Changed update_method default value from Base_updateRelation to...

Changed update_method default value from Base_updateRelation to Base_validateRelation, to follow the skin naming convention.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1906 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 81301d2f
......@@ -51,7 +51,7 @@ class MultiRelationStringFieldWidget(Widget.LinesTextAreaWidget):
title='Update Method',
description=(
"The method to call to set the relation. Required."),
default="Base_updateRelation",
default="Base_validateRelation",
required=1)
jump_method = fields.StringField('jump_method',
......
......@@ -54,7 +54,7 @@ class RelationStringFieldWidget(Widget.TextWidget):
title='Update Method',
description=(
"The method to call to set the relation. Required."),
default="Base_updateRelation",
default="Base_validateRelation",
required=1)
jump_method = fields.StringField('jump_method',
......
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