You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(showcase): lock invoice lines when the invoice is paid (#1581) (#1666)
Add parent-scoped readonlyWhen rules to showcase_invoice_line's product,
quantity and unit_price: readonlyWhen "parent.status == 'paid'". The inline
line-item grid evaluates these per row against the live header invoice, so a
paid invoice's lines render read-only — the "paid invoice → lock lines" case.
Pairs with objectui#1607 (MasterDetailForm binds the header as `parent`).
Co-authored-by: Jack <zhuangjianguo@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments