feat(transaction): #101 replace "note" with "party" and "description"
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 4m17s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m40s

This commit was merged in pull request #103.
This commit is contained in:
2025-05-17 22:06:52 +02:00
parent 84b7144f7b
commit 989a31afd1
5 changed files with 79 additions and 41 deletions

View File

@@ -137,7 +137,8 @@ func (h TransactionImpl) handleUpdateTransaction() http.HandlerFunc {
TreasureChestId: r.FormValue("treasure-chest-id"),
Value: r.FormValue("value"),
Timestamp: r.FormValue("timestamp"),
Note: r.FormValue("note"),
Party: r.FormValue("party"),
Description: r.FormValue("description"),
}
if input.Id == "new" {