MT#19937 Enable external_id editing for the pilot subscriber

Change-Id: I4ec4dc5c3c37a62c9b0d43a91872e1f8af4c9796
changes/96/6296/1
Irina Peshinskaya 9 years ago
parent 61b903bcc2
commit 53feae0484

@ -7,7 +7,7 @@ extends 'NGCP::Panel::Form::Customer::PbxSubscriber';
has_block 'fields' => (
tag => 'div',
class => [qw/modal-body/],
render_list => [qw/alias_select email webusername webpassword password profile/ ],
render_list => [qw/alias_select email webusername webpassword password external_id profile/ ],
);
sub update_fields {

@ -42,7 +42,7 @@ has_field 'email' => (
has_block 'fields' => (
tag => 'div',
class => [qw/modal-body/],
render_list => [qw/e164 alias_number alias_number_add email webusername webpassword password administrative status profile_set profile/ ],
render_list => [qw/e164 alias_number alias_number_add email webusername webpassword password external_id administrative status profile_set profile/ ],
);
has_block 'actions' => (

Loading…
Cancel
Save