[FIX] support for attachment to record

This commit is contained in:
KKamaa
2022-08-26 11:49:40 +03:00
parent 65e4a41a89
commit cb5bbcff6a
3 changed files with 44 additions and 1 deletions

View File

@@ -20,6 +20,26 @@
via queue job and sent to a below email address.
</small>
</div>
<!-- Allow saving of attachment to record -->
<div class="form-group">
<div class="form-check">
<input
type="checkbox"
class="form-check-input"
checked="checked"
id="async-save-report-checker"
/>
<label class="form-check-label"
for="async-save-report-checker">
Save attachment to records
</label>
</div>
<small id="async-save-report-checker-help"
class="form-text text-muted">
Checker enables async report attachment to be created and
saved to the records. NB: Records should support attachments
</small>
</div>
<!-- Email Input -->
<div class="form-group">
<label for="async-user-email">Email Address</label>