PDF-Serialisierung erfolgt jetzt direkt auf Razor Page - Sicherheitsverbesserung
Externer Fetch-Vorgang entfernt, PDF-Inhalt aus Sicherheitsgründen direkt auf der Razor Page serialisiert.
This commit is contained in:
@@ -76,7 +76,6 @@
|
||||
className: 'button-reset',
|
||||
title: 'Zurücksetzen',
|
||||
onPress() {
|
||||
console.log('RESET')
|
||||
callback('RESET')
|
||||
},
|
||||
icon: `<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-arrow-counterclockwise" viewBox="0 0 16 16">
|
||||
@@ -90,7 +89,6 @@
|
||||
className: 'button-reject',
|
||||
title: 'Ablehnen',
|
||||
onPress() {
|
||||
console.log('REJECT')
|
||||
callback('REJECT')
|
||||
},
|
||||
icon: `<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-hand-thumbs-down" viewBox="0 0 16 16">
|
||||
@@ -103,7 +101,6 @@
|
||||
className: 'button-finish',
|
||||
title: 'Abschließen',
|
||||
onPress() {
|
||||
console.log('FINISH')
|
||||
callback('FINISH')
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user