Skip to content
Snippets Groups Projects
Commit 39ef69d6 authored by Julian Rother's avatar Julian Rother
Browse files

Fixed leftover change from a66e0a11

parent 5ad9b40d
No related branches found
No related tags found
No related merge requests found
......@@ -284,7 +284,7 @@ class ObjectTemplate(AttributeDict):
attribute_type = self.schema.get_attribute_type(key)
except KeyError:
return FilterResult.UNDEFINED
values = self[attribute_type]
values = self[attribute_type.name]
if values == []:
return FilterResult.FALSE
elif WILDCARD_VALUE in values:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment