View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007729 | Taler | demobank-ui | public | 2023-02-26 16:21 | 2023-02-28 23:04 |
Reporter | Florian Dold | Assigned To | sebasjm | ||
Priority | high | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Target Version | 0.9.3 | ||||
Summary | 0007729: demobank-ui expects "description" attribute in error details, fails otherwise | ||||
Description | We have the following error handling: catch (error) { pageStateSetter((prevState) => ({ ...prevState, error: { title: i18n.str`Could not confirm the withdrawal`, description: (error as any).error.description, debug: JSON.stringify(error), This fails badly with another exception when the error does not have a "description" attribute. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2023-02-26 16:21 | Florian Dold | New Issue | |
2023-02-26 16:21 | Florian Dold | Status | new => assigned |
2023-02-26 16:21 | Florian Dold | Assigned To | => sebasjm |
2023-02-28 23:04 | sebasjm | Status | assigned => resolved |
2023-02-28 23:04 | sebasjm | Resolution | open => fixed |
2023-02-28 23:04 | sebasjm | Note Added: 0019913 |