TT#186506 ccare roles can expand billing_profile_id

* ccare, ccareadmin roles can now expand billing_profile_id

Change-Id: Idfaf61fdc288fed5234f48c34bc70eae260aa8a4
mr11.0
Kirill Solomko 3 years ago
parent 486b0a10d5
commit 5a104c3220

@ -12,7 +12,7 @@ has_field 'billing_profile_id' => (
element_attr => { element_attr => {
expand => { expand => {
class => 'NGCP::Panel::Role::API::BillingProfiles', class => 'NGCP::Panel::Role::API::BillingProfiles',
allowed_roles => [qw(admin reseller)], allowed_roles => [qw(admin reseller ccareadmin ccare)],
}, },
}, },
); );

Loading…
Cancel
Save