MT#63839 add expand by subscriber_email_template_id

* subscriber_email_template_id can now be globally expanded

Change-Id: Ifad15d328ed6cfb81670974a8a4a2f9ad6196652
(cherry picked from commit be0e9de01b)
mr13.5
Kirill Solomko 6 months ago
parent 7c6b604376
commit 66cb37fe24

@ -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