View Issue Details

IDProjectCategoryView StatusLast Update
0011488Talermerchant backendpublic2026-06-09 08:42
ReporterBohdan Assigned ToBohdan  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version1.5 
Target Version1.6Fixed in Versiongit (master) 
Summary0011488: POST of product using built-in units fails
DescriptionCreating a product using a built-in unit (e.g., Piece) fails with a DB error.
Steps To ReproduceSend 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
  }
TagsNo tags attached.

Activities

Bohdan

2026-06-09 08:42

developer   ~0028806

Fixed in b6099571f5aeaecb03f4a0a7b2a35266d269611c

Issue History

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