Fix keyword field name
This commit is contained in:
parent
9bc417031d
commit
8ed02ce51e
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ class Command(BaseCommand):
|
||||||
"RepositoryName": 'repository_name',
|
"RepositoryName": 'repository_name',
|
||||||
"RepositoryURL": 'repository_url',
|
"RepositoryURL": 'repository_url',
|
||||||
"Resource": 'resource_id',
|
"Resource": 'resource_id',
|
||||||
"Keyword": 'keyword_id',
|
"Keyword": 'keyword',
|
||||||
"Keyword_ID": 'keyword_id',
|
"Keyword_ID": 'keyword_id',
|
||||||
"Mother": 'mother',
|
"Mother": 'mother',
|
||||||
"CN": 'cn',
|
"CN": 'cn',
|
||||||
|
|
Loading…
Reference in a new issue