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
Copy file name to clipboardExpand all lines: docs/changelog.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
75
75
-**Impact**: Behavior unchanged; build and all tests remain green (40/40)
76
76
77
77
### Fixed
78
+
-**Sales Item List button view separation (2025-12-26)**
79
+
- Fixed bug where Sales Item List button type was showing both the list of items and the selected item's configuration simultaneously
80
+
-**Root Cause**: `ListFormZone::Render()` was unconditionally calling `FormZone::Render()` which displayed form fields even when showing the list view
81
+
-**Solution**: Modified `ListFormZone::Render()` to conditionally call `FormZone::Render()` only when `show_list` is false (form view), and modified `ListFormZone::Touch()` to not load form fields when selecting items from the list
82
+
-**Result**: List view now shows only items; form view shows only configuration fields; switching between views requires explicit "change view" signal
0 commit comments