fix(frontend): fix routine step numbering and product name display
Steps were numbered from 2 due to off-by-one (order_index + 1). Product steps showed "Unknown step" because the template checked step.product (never returned by API) instead of looking up by step.product_id in the already-loaded products list. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f72d5ba1b7
commit
9524e4df54
1 changed files with 5 additions and 4 deletions
Loading…
Add table
Add a link
Reference in a new issue