Skip to content

Commit 7152e8a

Browse files
authored
Merge pull request #264 from uktrade/feature/investment-search
Fixed missing 'archived_by' mapping.
2 parents 8d4f4c2 + 46f1dd5 commit 7152e8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datahub/search/models.py

+1
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ class InvestmentProject(DocType, MapDBModelToDict):
379379
'sector': _id_name_dict,
380380
'project_code': str,
381381
'average_salary': _id_name_dict,
382+
'archived_by': _contact_dict,
382383
}
383384

384385
IGNORED_FIELDS = (

0 commit comments

Comments
 (0)