View Issue Details

IDProjectCategoryView StatusLast Update
0009663Talerexchange AML officer webuipublic2026-08-31 15:28
Reportersebasjm Assigned ToFlorian Dold  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Versiongit (master) 
Target Versionpost-1.0 
Summary0009663: we shoud be able to access the handler directly
DescriptionuseForm<T> returns UI `handler`

`handler` should have the same structure than T

So we can write this

            <InputLine
              label={i18n.str`Password`}
              name="password"
              type="password"
              required
              handler={handler.password}
            />

instead of this

            <InputLine
              label={i18n.str`Password`}
              name="password"
              type="password"
              required
              handler={handler.fieldHandlers["root.0"]}
            />

TagsNo tags attached.

Activities

Florian Dold

2026-08-31 15:28

manager   ~0029785

commit 0ddb81e6ddfef7b275dd0bfc28a74853ae5b7ade
Author: Florian Dold <dold@taler.net>
Date: Mon Aug 31 15:27:17 2026 +0200

    web-util: separate logical fields from UI occurrences

Issue History

Date Modified Username Field Change
2025-03-26 16:13 sebasjm New Issue
2025-03-26 16:13 sebasjm Status new => assigned
2025-03-26 16:13 sebasjm Assigned To => sebasjm
2025-04-24 00:30 Christian Grothoff Assigned To sebasjm =>
2025-04-24 00:30 Christian Grothoff Status assigned => confirmed
2026-08-23 16:17 Florian Dold Category exchange AML backoffice (SPA) => exchange AML officer webui
2026-08-31 15:28 Florian Dold Assigned To => Florian Dold
2026-08-31 15:28 Florian Dold Status confirmed => resolved
2026-08-31 15:28 Florian Dold Resolution open => fixed
2026-08-31 15:28 Florian Dold Note Added: 0029785