Guard use of reconCandidates
which existed only up to Refine 2.0
This commit is contained in:
parent
a9066491a7
commit
4405e4a9b1
|
@ -249,6 +249,8 @@ def RowsResponseFactory(column_index):
|
|||
# # c for candidates. Indexes into self.recon_candidates
|
||||
# "c": ["/domain/type/id", ...]
|
||||
#}
|
||||
# Recon data structure changed after Refine 2.0
|
||||
if 'reconCandidates' in self.pool:
|
||||
self.recon_candidates = self.pool['reconCandidates']
|
||||
#"/domain/type/id": {
|
||||
# "id": "/domain/type/id",
|
||||
|
|
Loading…
Reference in New Issue