diff --git a/lib/NGCP/Panel/Controller/Subscriber.pm b/lib/NGCP/Panel/Controller/Subscriber.pm index 8f15549056..80a04fe859 100644 --- a/lib/NGCP/Panel/Controller/Subscriber.pm +++ b/lib/NGCP/Panel/Controller/Subscriber.pm @@ -853,7 +853,7 @@ sub preferences_callforward_destinationset_create :Chained('base') :PathPart('pr } catch($e) { $c->log->error("failed to create new destination set: $e"); } - NGCP::Panel::Utils::Navigation::back_uri($c, + NGCP::Panel::Utils::Navigation::back_or($c, $c->uri_for_action('/subscriber/preferences_callforward_destinationset', [$c->req->captures->[0]], $cf_type) );