Commit 55ddc01f authored by Jim Fulton's avatar Jim Fulton

Allow inherited attributes to be overridden for methods.

parent 2bc94565
......@@ -176,7 +176,7 @@ class ZClassMethodsSheet(
'The id %s is invalid - it is already in use.' % id)
ZClassMethodsSheet.inheritedAttribute('_checkId')(
self, id, 0)
self, id, 1)
return 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