View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0009663 | Taler | exchange AML backoffice (SPA) | public | 2025-03-26 16:13 | 2025-04-24 00:30 |
| Reporter | sebasjm | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | confirmed | Resolution | open | ||
| 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. | ||||
| 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 |