MT#63839 add expand by subscriber_email_template_id

* subscriber_email_template_id can now be globally expanded

Change-Id: Ifad15d328ed6cfb81670974a8a4a2f9ad6196652
mr14.0
Kirill Solomko 2 months ago
parent f501fc1dcf
commit be0e9de01b

@ -230,6 +230,16 @@ has_field 'passreset_email_template_id' => (
},
);
has_field 'subscriber_email_template_id' => (
type => 'PosInteger',
element_attr => {
expand => {
class => 'NGCP::Panel::Role::API::EmailTemplates',
allowed_roles => [qw(admin reseller ccareadmin ccare)],
},
},
);
has_field 'invoice_template_id' => (
type => 'PosInteger',
element_attr => {

Loading…
Cancel
Save