Skip to content

Commit

Permalink
Merge pull request #636 from NCATSTranslator/mesg-ars-infores
Browse files Browse the repository at this point in the history
changing ARS to infores:ars
  • Loading branch information
ShervinAbd92 authored Jun 12, 2024
2 parents 441602e + d5bc03a commit 906e79b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tr_sys/tr_ars/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def api_redirect(req):
'uri': ''
},
'path': '',
'inforesid': 'ARS'
'inforesid': 'infores:ars'
}

def get_default_actor():
Expand Down Expand Up @@ -232,7 +232,7 @@ def trace_message(req, key):
'code': int(merged_msg.code),
'actor': {
'pk': merged_msg.actor_id,
'inforesid': 'infores:ars',
'inforesid': merged_msg.actor.inforesid,
'agent': merged_msg.actor.agent.name
},
'children': []
Expand Down

0 comments on commit 906e79b

Please sign in to comment.