MT#60595 add expand by package_id

* package_id field can now be expanded

Change-Id: I6555134fbc5c50aae49a64876712fcc8678385f2
mr13.0
Kirill Solomko 9 months ago
parent e6b29d3e7b
commit f383837ea9

@ -98,6 +98,16 @@ has_field 'subscriber_id' => (
},
);
has_field 'package_id' => (
type => 'PosInteger',
element_attr => {
expand => {
class => 'NGCP::Panel::Role::API::ProfilePackages',
allowed_roles => [qw(admin reseller ccareadmin ccare)],
},
},
);
has_field 'package_after_id' => (
type => 'PosInteger',
element_attr => {

Loading…
Cancel
Save