Actually look up records in SearchRecordView.
Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
This commit is contained in:
parent
816e92aa6d
commit
08d69c8389
1 changed files with 1 additions and 0 deletions
1
newfol
1
newfol
|
|
@ -498,6 +498,7 @@ class SearchRecordView(RecordView):
|
|||
continue
|
||||
return False
|
||||
return True
|
||||
recs = dbd.database().records(filter_)
|
||||
view = DisplayTemplateRecordView(fields[0], recs)
|
||||
view.render(self.loop)
|
||||
elif type_ == "change":
|
||||
|
|
|
|||
Loading…
Reference in a new issue