View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011488 | Taler | merchant backend | public | 2026-06-09 08:40 | 2026-06-09 08:42 |
| Reporter | Bohdan | Assigned To | Bohdan | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 1.5 | ||||
| Target Version | 1.6 | Fixed in Version | git (master) | ||
| Summary | 0011488: POST of product using built-in units fails | ||||
| Description | Creating a product using a built-in unit (e.g., Piece) fails with a DB error. | ||||
| Steps To Reproduce | Send POST /private/products with a built-in unit: { "product_id": "test-product", "product_name": "Test product", "description": "", "description_i18n": {}, "unit": "Piece", "price": "CHF:10", "taxes": [], "total_stock": 0 } | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-06-09 08:40 | Bohdan | New Issue | |
| 2026-06-09 08:40 | Bohdan | Status | new => assigned |
| 2026-06-09 08:40 | Bohdan | Assigned To | => Bohdan |
| 2026-06-09 08:42 | Bohdan | Status | assigned => resolved |
| 2026-06-09 08:42 | Bohdan | Resolution | open => fixed |
| 2026-06-09 08:42 | Bohdan | Fixed in Version | => git (master) |
| 2026-06-09 08:42 | Bohdan | Note Added: 0028806 |