feat(summary): get email
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
7880fb8de9
commit
509e002e34
|
@ -56,7 +56,7 @@ module.exports = Self => {
|
|||
{
|
||||
relation: 'client',
|
||||
scope: {
|
||||
fields: ['id', 'socialName']
|
||||
fields: ['id', 'socialName', 'email']
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue