Implement PDF download functionality for membership applications; enhance application data handling in the API to support both encrypted and unencrypted formats. Update UI to display download button conditionally based on PDF generation status.
This commit is contained in:
@@ -16,5 +16,16 @@
|
||||
"phone": "069 234567",
|
||||
"address": "Hauptstraße 5, 60437 Frankfurt",
|
||||
"notes": "Damen"
|
||||
},
|
||||
{
|
||||
"firstName": "Test",
|
||||
"lastName": "Antrag",
|
||||
"email": "test@antrag.de",
|
||||
"phone": "",
|
||||
"address": "Teststr 1, 60437 Frankfurt",
|
||||
"notes": "Mitgliedschaftsart: aktiv | Genehmigt: 23.10.2025",
|
||||
"source": "membership_application",
|
||||
"applicationId": "1761225361334",
|
||||
"id": "c209cb36-3aca-4ab2-b463-061e41f97d6d"
|
||||
}
|
||||
]
|
||||
]
|
||||
Reference in New Issue
Block a user