feat(summary): get email
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2021-11-11 13:14:34 +01:00
parent 7880fb8de9
commit 509e002e34
2 changed files with 7 additions and 3 deletions

View File

@ -56,7 +56,7 @@ module.exports = Self => {
{
relation: 'client',
scope: {
fields: ['id', 'socialName']
fields: ['id', 'socialName', 'email']
}
}
]

View File

@ -110,7 +110,9 @@
<tpl-body>
<span translate>Are you sure you want to send it?</span>
<vn-textfield vn-one
ng-model="sendPdfConfirmation.data.email">
label="Email"
ng-model="sendPdfConfirmation.data.email"
required>
</vn-textfield>
</tpl-body>
<tpl-buttons>
@ -127,7 +129,9 @@
<tpl-body>
<span translate>Are you sure you want to send it?</span>
<vn-textfield vn-one
ng-model="sendCsvConfirmation.data.email">
label="Email"
ng-model="sendCsvConfirmation.data.email"
required>
</vn-textfield>
</tpl-body>
<tpl-buttons>