diff --git a/gracedb/annotations/voevent_utils.py b/gracedb/annotations/voevent_utils.py index 217926b88710482b50e4f5c0ac9c8d68e429f198..974ffa7bab9a19f44734ff4045cf38b071e8464a 100644 --- a/gracedb/annotations/voevent_utils.py +++ b/gracedb/annotations/voevent_utils.py @@ -308,7 +308,7 @@ def construct_voevent_file(obj, voevent, request=None): if ext_event.ivorn: p_extivorn = vp.Param( "External_Ivorn", - value=ext_event.trigger_id, + value=ext_event.ivorn, ucd="meta.id", dataType="string" )