From bd2a026ed4bdaed33a018e6bd866a9f94fbc0f35 Mon Sep 17 00:00:00 2001 From: Irina Peshinskaya Date: Wed, 12 Nov 2014 22:43:37 +0200 Subject: [PATCH] MT#9177 Use custom bootstrap uri in this layout --- lib/NGCP/Panel/Utils/DeviceBootstrap.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/NGCP/Panel/Utils/DeviceBootstrap.pm b/lib/NGCP/Panel/Utils/DeviceBootstrap.pm index 9c484bd887..b282192792 100644 --- a/lib/NGCP/Panel/Utils/DeviceBootstrap.pm +++ b/lib/NGCP/Panel/Utils/DeviceBootstrap.pm @@ -33,11 +33,13 @@ sub dispatch{ select => ['me.parameter_value'], }); my $sync_params = $sync_params_rs->first ? $sync_params_rs->first->parameter_value : ''; + my $params = { c => $c, mac => $fdev->identifier, mac_old => $old_identifier, bootstrap_method => $device->bootstrap_method, + redirect_uri => $device->bootstrap_uri, redirect_uri_params => $sync_params, credentials => $vcredentials, };