feat(transaction): #108 display "party" and "description" in list
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 4m25s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m26s

This commit was merged in pull request #110.
This commit is contained in:
2025-05-18 18:48:01 +02:00
parent 25e748c12b
commit e8a1c55424
2 changed files with 20 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ import (
)
var (
safeInputRegex = regexp.MustCompile(`^[a-zA-Z0-9ÄÖÜäöüß -]+$`)
safeInputRegex = regexp.MustCompile(`^[a-zA-Z0-9ÄÖÜäöüß, -]+$`)
)
func validateString(value string, fieldName string) error {