@@ -169,8 +169,8 @@ class Model:
def match(self):
config,ID = self.parent.reference.getMatchingPoint()
if config is None:
config,ID, status = self.parent.reference.getMatchingPoint()
if status is False:
return
self.setBranch(config['Destination'])
The note is not visible to the blocked user.