Skip to content
Snippets Groups Projects
Commit 556b76e0 authored by Anders Lindh Olsson's avatar Anders Lindh Olsson 🎱
Browse files

Merge branch 'CE-2841_fix-already-deployed-IOC-deployment' into 'main'

CE-2841: Fix deployments for already already deployed IOCs

Closes CE-2841

See merge request !469
parents 9ffea84d 3f8531db
No related branches found
No related tags found
1 merge request!469CE-2841: Fix deployments for already already deployed IOCs
Pipeline #189551 waiting for manual action with stages
in 24 minutes and 37 seconds
......@@ -141,7 +141,7 @@ export function IOCManage({
formInit.shortVersion = ioc.activeDeployment.sourceVersionShort;
formInit.netBoxHost = {
fqdn: ioc.activeDeployment.host.fqdn,
netBoxHost: ioc.activeDeployment.host.hostId
hostId: ioc.activeDeployment.host.hostId
};
}
......
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