diff --git a/gbpui/static/dashboard/gbpui/group-member/group-member-launch-instance.patcher.js b/gbpui/static/dashboard/gbpui/group-member/group-member-launch-instance.patcher.js index c7e785b..199b5c0 100644 --- a/gbpui/static/dashboard/gbpui/group-member/group-member-launch-instance.patcher.js +++ b/gbpui/static/dashboard/gbpui/group-member/group-member-launch-instance.patcher.js @@ -39,7 +39,7 @@ // This check can be potentially made more restrictive to specifically // check if policy_target is in the URL - if (launchContextService.launchContext.successUrl != '/dashboard/project/instances/' && launchContextService.launchContext.successUrl != '/dashboard/project/network_topology/') { + if (launchContextService.launchContext.successUrl != '/dashboard/project/instances/' && launchContextService.launchContext.successUrl != '/dashboard/project/network_topology/' && launchContextService.launchContext.successUrl != '/project/instances/' && launchContextService.launchContext.successUrl != '/project/network_topology/') { // Finds and replaces the Network and Port wizard pages with // the GBP wizard page var networkIndex = -1;