minor fixes on interface and attribute declarations
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2808 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
6436f3f401
commit
3eafcd73d2
2 changed files with 2 additions and 2 deletions
|
@ -165,7 +165,7 @@ class ITask(IConceptSchema, ITask):
|
|||
|
||||
# 'allocated' predicate
|
||||
|
||||
class IAllocated(Interface):
|
||||
class IAllocated(IConceptSchema):
|
||||
|
||||
allocType = schema.Choice(
|
||||
title=_(u'Allocation Type'),
|
||||
|
|
|
@ -40,5 +40,5 @@ class Task(AdapterBase):
|
|||
implements(ITask)
|
||||
|
||||
_adapterAttributes = ('context', '__parent__',)
|
||||
_contextAttributes = list(ITask) + list(IConcept)
|
||||
_contextAttributes = list(ITask) # + list(IConcept)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue