NO_VALUE for parent_address and use_parent_address

This commit is contained in:
Cédric Messiant 2013-03-06 16:06:51 +01:00
parent b126850e1f
commit 5ebc859a2f
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
from ComputedAttribute import ComputedAttribute
from z3c.form.interfaces import NO_VALUE
from zope.interface import implements
from zope import schema
@ -84,6 +85,8 @@ class HeldPosition(Container):
"""
implements(IHeldPosition)
use_parent_address = NO_VALUE
parent_address = NO_VALUE
def get_person(self):
"""Returns the person who holds the position