diff --git a/lib/NGCP/Panel/Form/Subscriber/SubscriberSubAdminAPI.pm b/lib/NGCP/Panel/Form/Subscriber/SubscriberSubAdminAPI.pm index 25454bcd3f..1c0b561e19 100644 --- a/lib/NGCP/Panel/Form/Subscriber/SubscriberSubAdminAPI.pm +++ b/lib/NGCP/Panel/Form/Subscriber/SubscriberSubAdminAPI.pm @@ -98,8 +98,6 @@ has_field 'password' => ( }, ); - - has_field 'administrative' => ( type => 'Boolean', label => 'Administrative', @@ -143,6 +141,17 @@ has_field 'customer_id' => ( }, ); +has_field 'profile' => ( + type => '+NGCP::Panel::Field::SubscriberProfile', + label => 'Subscriber Profile', + validate_when_empty => 0, + readonly => 1, + element_attr => { + rel => ['tooltip'], + title => ['The profile defining the actual feature set for this subscriber.'], + }, +); + has_field 'display_name' => ( type => 'Text', label => 'Display Name',