Fix on DummyRelationsRegistry
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1048 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
b22a3b2a8d
commit
5004253f98
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ class DummyRelationsRegistry(object):
|
|||
def unregister(self, relation):
|
||||
if relation in self.relations:
|
||||
self.relations.remove(relation)
|
||||
notify(RelationInvalidatedEvent(relation))
|
||||
|
||||
def query(self, example=None, **kw):
|
||||
result = []
|
||||
|
|
Loading…
Add table
Reference in a new issue