View Issue Details

IDProjectCategoryView StatusLast Update
0008969Talermechant backendpublic2024-07-26 00:12
ReporterFlorian Dold Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Versiongit (master) 
Target Version0.12Fixed in Version0.12 
Summary0008969: various merchant backend category bugs
Descriptionfdold-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."
}
TagsNo tags attached.

Relationships

related to 0008839 closedsebasjm add support for product categories [16hs] 

Activities

Florian Dold

2024-06-19 21:52

manager   ~0022681

Assigning to myself to provide a reproducer in taler-harness.

Florian Dold

2024-06-26 13:19

manager   ~0022723

Reproducer for the second issue (first one should with the mandatory i18n field should be "obvious"):

$ taler-harness run-integrationtests merchant-categories

Christian Grothoff

2024-06-28 11:45

manager   ~0022756

Reproducer test passes now.

Issue History

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