View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008969 | Taler | mechant backend | public | 2024-06-19 16:58 | 2024-07-26 00:12 |
Reporter | Florian Dold | Assigned To | Christian Grothoff | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | git (master) | ||||
Target Version | 0.12 | Fixed in Version | 0.12 | ||
Summary | 0008969: various merchant backend category bugs | ||||
Description | fdold-work@sapota ~/r/t/wallet-core (master)> curl -H "Authorization: Bearer secret-token:sandbox" -X POST -d '{"name":"Snacks"}' https://backend.test.taler.net/instances/pos/private/categories { "hint": "The JSON in the client's request was malformed. This is likely a bug in the client implementation. Check if you are using the latest available version and/or file a report with the developers.", "code": 22, "field": "name_i18n", "line": 1 } fdold-work@sapota ~/r/t/wallet-core (master)> curl -H "Authorization: Bearer secret-token:sandbox" -X POST -d '{"name":"Snacks", "name_i18n":{}}' https://backend.test.taler.net/instances/pos/private/categories { "code": 54, "hint": "The service encountered an unrecoverable error trying to commit a transaction to the database. The system administrator should check that the database is running and review the service logs." } | ||||
Tags | No tags attached. | ||||
|
Assigning to myself to provide a reproducer in taler-harness. |
|
Reproducer for the second issue (first one should with the mandatory i18n field should be "obvious"): $ taler-harness run-integrationtests merchant-categories |
|
Reproducer test passes now. |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-06-19 16:58 | Florian Dold | New Issue | |
2024-06-19 16:58 | Florian Dold | Status | new => assigned |
2024-06-19 16:58 | Florian Dold | Assigned To | => Christian Grothoff |
2024-06-19 16:58 | Florian Dold | Target Version | 0.12 => 0.13 |
2024-06-19 21:52 | Florian Dold | Assigned To | Christian Grothoff => Florian Dold |
2024-06-19 21:52 | Florian Dold | Note Added: 0022681 | |
2024-06-20 23:24 | sebasjm | Relationship added | related to 0008839 |
2024-06-26 13:19 | Florian Dold | Note Added: 0022723 | |
2024-06-26 13:20 | Florian Dold | Assigned To | Florian Dold => Christian Grothoff |
2024-06-28 11:45 | Christian Grothoff | Status | assigned => resolved |
2024-06-28 11:45 | Christian Grothoff | Resolution | open => fixed |
2024-06-28 11:45 | Christian Grothoff | Fixed in Version | => 0.12 |
2024-06-28 11:45 | Christian Grothoff | Note Added: 0022756 | |
2024-06-28 11:46 | Christian Grothoff | Product Version | => git (master) |
2024-06-28 11:46 | Christian Grothoff | Target Version | 0.13 => 0.12 |
2024-07-26 00:12 | Christian Grothoff | Status | resolved => closed |