Skip to content

Commit

Permalink
Fix Reference_Definitions, get AS by getKeyword
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunga001 committed Aug 29, 2022
1 parent 47fbd32 commit 13179f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/senaite/core/exportimport/setupdata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1876,7 +1876,7 @@ def load_reference_definition_results(self):
if row['ReferenceDefinition_title'] not in self.results.keys():
self.results[row['ReferenceDefinition_title']] = []
service = self.get_object(bsc, 'AnalysisService',
row.get('service'))
row.get('service'), **{"getKeyword": row.get("Keyword")})
self.results[
row['ReferenceDefinition_title']].append({
'uid': service.UID(),
Expand Down

0 comments on commit 13179f3

Please sign in to comment.