Openbravo Issue Tracking System - POS2
View Issue Details
0054883POS2Corepublic2024-03-07 17:012024-03-27 09:38
ruben_jimenez 
Triage Platform Base 
normalmajorhave not tried
closedno change required 
5
 
main 
No
0054883: Error in BaseMultiSelectorDialog at sorting after deleting all the chips
In BaseMultiSelectorDialog after deleting all the chips if we try to do a sorting we have the next error:
"BaseHeaderSortChip.jsx:38 Uncaught TypeError: Cannot read properties of undefined (reading 'name') at BaseHeaderSortChip (BaseHeaderSortChip.jsx:38:1)"
In BaseMultiSelectorDialog:

1- Select a row (so the chip is created)
2- Delete the chip
3- Try to do the sorting

If it's not reproducible in Storybook you can do it in SSMS enviroment by:

1- Login into SSMS app
2- Go to Put Away window
3- Click on "New Put Away" button on the top
4- Click on "Stock product" input
5- Select a row (so the chip is created)
6- Delete the chip
7- Try to do the sorting
No tags attached.
related to feature request 0054896 closed gonzalo_fernandez Infrastructure Multiselector - High volume support 
gif ChipsError.gif (261,418) 2024-03-07 17:01
https://issues.openbravo.com/file_download.php?file_id=19531&type=bug
gif
Issue History
2024-03-07 17:01ruben_jimenezNew Issue
2024-03-07 17:01ruben_jimenezAssigned To => Triage Platform Base
2024-03-07 17:01ruben_jimenezFile Added: ChipsError.gif
2024-03-07 17:01ruben_jimenezTriggers an Emergency Pack => No
2024-03-11 11:23ruben_jimenezSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=27661#r27661
2024-03-27 09:38AugustoMauchNote Added: 0162687
2024-03-27 09:38AugustoMauchStatusnew => closed
2024-03-27 09:38AugustoMauchResolutionopen => no change required
2024-03-27 09:38AugustoMauchRelationship addedrelated to 0054896

Notes
(0162687)
AugustoMauch   
2024-03-27 09:38   
The problem has been fixed while working on this project: https://issues.openbravo.com/view.php?id=54896 [^]