View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0009663 | Taler | exchange AML officer webui | public | 2025-03-26 16:13 | 2026-08-31 15:28 |
| Reporter | sebasjm | Assigned To | Florian Dold | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | resolved | Resolution | fixed | ||
| Product Version | git (master) | ||||
| Target Version | post-1.0 | ||||
| Summary | 0009663: we shoud be able to access the handler directly | ||||
| Description | useForm<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"]} /> | ||||
| Tags | No tags attached. | ||||
|
|
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 |
| 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 |