-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sort bom list on products is sorted on product ID not alpabetically #18713
Comments
I think the issue is related due to missing Foreign Keys: same issue is present on MO list |
Hello, |
@Hystepik can you check again, maybe my explanation was not clear? I installed a fresh 14.0.1 and made 4 products: see list -> /product/list.php A_product which has a technical database ID of 2 etc., I put them in brackets for all products. Then when sorting the BOM list, on products, we get the following: The image shows clearly that the BOM list when sorting on products, it's sorted by product ID and not alphabetically. Can you remove the label "Works for me / Can't reproduce" and set it to "Bug"? Or guide me what I am doing wrong. I further have this issue on my production sever running 14.0.2 and in my development version 15 Alpha |
This issue is still not solved |
Hello, Is it still a relevant issue on V18 ? |
This issue is still relevant in version 18.0.2. Product colum is ordered by product id and not by product name. |
@Hystepik thank you for solving this issue in the mo_list.php but the issue is not solved in bom_list.php please reopen issue. |
Bug not solved. |
@erikvanberkum try with this fix : #32497 |
Bug
When sorting the bom_list on the field products alphabetically, it's sorted on the product ID number and not on ABC. The expected behavior must be sorting the product list alphabetically.
Environment
Expected and actual behavior
List sort on ID not on text, its expected to sort on text.
Steps to reproduce the behavior
Go to BOM list and sort on product
The text was updated successfully, but these errors were encountered: