Erweiterungen

This commit is contained in:
2025-08-22 16:07:01 +02:00
parent 8e8ede462f
commit fe684b8f3a

View File

@@ -353,7 +353,7 @@ public class EditProfileView extends HorizontalLayout {
deleteAccount.addThemeVariants(ButtonVariant.LUMO_ERROR); deleteAccount.addThemeVariants(ButtonVariant.LUMO_ERROR);
securityTab.add(deleteAccount); securityTab.add(deleteAccount);
tabSheet.add("Sicherheit", securityTab); tabSheet.add("Konto", securityTab);
// Profil speichern Button (unten rechts) // Profil speichern Button (unten rechts)
Button saveProfile = new Button("Profiländerungen speichern"); Button saveProfile = new Button("Profiländerungen speichern");
@@ -410,7 +410,7 @@ public class EditProfileView extends HorizontalLayout {
refreshPdf(); refreshPdf();
} else { } else {
if (pdfFrame != null) { if (pdfFrame != null) {
pdfFrame.setSrc((String) null); pdfFrame.setSrc("about:blank");
} }
} }
// Sicherstellen, dass das IFrame den verfügbaren Raum nutzt // Sicherstellen, dass das IFrame den verfügbaren Raum nutzt