diff --git a/lib/NGCP/Panel/Form/Expand.pm b/lib/NGCP/Panel/Form/Expand.pm index e0b6deeac5..e13965758d 100644 --- a/lib/NGCP/Panel/Form/Expand.pm +++ b/lib/NGCP/Panel/Form/Expand.pm @@ -57,6 +57,26 @@ has_field 'domain_id' => ( }, ); +has_field 'profile_id' => ( + type => 'PosInteger', + element_attr => { + expand => { + class => 'NGCP::Panel::Role::API::SubscriberProfiles', + allowed_roles => [qw(admin reseller)], + }, + }, +); + +has_field 'profile_set_id' => ( + type => 'PosInteger', + element_attr => { + expand => { + class => 'NGCP::Panel::Role::API::SubscriberProfileSets', + allowed_roles => [qw(admin reseller)], + }, + }, +); + has_field 'reseller_id' => ( type => 'PosInteger', element_attr => {