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

core: rename PropertySheetChild_validateIDField

PropertySheetChild is not an acceptable prefix, use Base as the context
is used. Technically, this uses the "id as reference" mixin, but this
mixin is a bit special as it has takes the suffix as parameter and does
not reside in mixin module, so we just use Base as a prefix.
parent ff0303ca
......@@ -54,7 +54,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>PropertySheetChild_validateIDField</string> </value>
<value> <string>Base_validateIDAsReferenceSuffix</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -116,7 +116,7 @@
<dictionary>
<item>
<key> <string>method_name</string> </key>
<value> <string>PropertySheetChild_validateIDField</string> </value>
<value> <string>Base_validateIDAsReferenceSuffix</string> </value>
</item>
</dictionary>
</pickle>
......
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