Skip to content
Snippets Groups Projects
Commit 1cab55eb authored by Brandon Piotrzkowski's avatar Brandon Piotrzkowski
Browse files

Fix the ivorn value

parent dc45a85e
No related branches found
No related tags found
1 merge request!29Python3
......@@ -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"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment