Fixed not sending preordernotification again to new recipients

This commit is contained in:
Frank Schubert
2023-04-01 11:31:20 +02:00
parent 332bbf0e72
commit 5b7339b875
4 changed files with 18 additions and 10 deletions

View File

@@ -125,7 +125,7 @@
<div class="row mt-2">
<div class="col">
<button type="submit" class="btn btn-primary">Filter anwenden</button>
<a class="btn btn-secondary" href="<?=self::getUrl("AddressDB")?>">Filter zurücksetzen</a>
<a class="btn btn-secondary" href="<?=self::getUrl("AddressDB", "", ["resetFilter" => 1])?>">Filter zurücksetzen</a>
<button type="submit" formaction="<?=self::getUrl("AddressDB", "export")?>" id="export-button" class="btn btn-outline-success ml-2"><i class="fas fa-download"></i> CSV-Export</button>
</div>
</div>