View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007729 | Taler | libeufin-bank-ui (SPA) | public | 2023-02-26 16:21 | 2023-09-23 15:09 |
Reporter | Florian Dold | Assigned To | sebasjm | ||
Priority | high | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Target Version | 0.9.3 | Fixed in 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 | |
2023-09-23 15:07 | Christian Grothoff | Fixed in Version | => 0.9.3 |
2023-09-23 15:09 | Christian Grothoff | Status | resolved => closed |
2023-12-03 01:21 | Christian Grothoff | Category | demobank-ui => libeufin-bank-ui |
2024-01-12 14:10 | Christian Grothoff | Category | libeufin-bank-ui => libeufin-bank-ui (SPA) |