Sunday, May 11, 2025
1 change · 18.0
Resolved issues and error corrections
Updating a parent product in the Manufacturing Planning Schedule now keeps the list of components within the normal page limit. This prevents overly long pages and helps users keep a stable, manageable view when products have many components.
Original PR description
When updating a parent product, the MPS view will load ALL the components on the page even if it breaks the pager limit. Previously, there was a refresh at every change. It was annoying so it was removed. However this refresh made sure to reduce the number of records shown to the pager limit. The solution is to simply slice the received array of lines to the n first records, n being the value of `this.env.config.limit`. opw-4778588