mirror of
https://github.com/opencultureconsulting/openrefine-client.git
synced 2025-04-06 00:01:03 +02:00
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…
x
Reference in New Issue
Block a user