Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0050056Openbravo ERPB. User interfacepublic2022-08-24 22:112022-09-16 08:55
axelmercado 
AugustoMauch 
highmajoralways
closedfixed 
5
pi 
piPR22Q4 
Core
No
0050056: Loss of filtering in P&E when selecting a record and sorting or scrolling.
This issue is reported where the pick and execute fails. When adding a filter by typing, selecting one and then sorting in alphabetical order, the typed filter is lost and absolutely all values are displayed.
1- Open a window where you can find a pick and execute button.
2- Click on this button and perform a filtered search as shown in the video.
3- Notice that the written filter is lost.

Point to consider: the problem also occurs when you select a record and you sort or scroll and you have more results than the default ones, that is to say that it has to load them, that load is already done without the filter.
On the other hand, if you do not select anything and you scroll or sort the filter is not lost.

Video with the steps: https://www.youtube.com/watch?v=JuX2LekAikA [^]
No tags attached.
Issue History
2022-08-24 22:11axelmercadoNew Issue
2022-08-24 22:11axelmercadoAssigned To => Triage Platform Base
2022-08-24 22:11axelmercadoModules => Core
2022-08-24 22:11axelmercadoTriggers an Emergency Pack => No
2022-08-24 22:20PracticsIssue Monitored: Practics
2022-09-15 13:55hgbotNote Added: 0141157
2022-09-16 08:54AugustoMauchAssigned ToTriage Platform Base => AugustoMauch
2022-09-16 08:54AugustoMauchStatusnew => scheduled
2022-09-16 08:55hgbotNote Added: 0141172
2022-09-16 08:55hgbotResolutionopen => fixed
2022-09-16 08:55hgbotStatusscheduled => closed
2022-09-16 08:55hgbotFixed in Version => PR22Q4
2022-09-16 08:55hgbotNote Added: 0141173

Notes
(0141157)
hgbot   
2022-09-15 13:55   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/712 [^]
(0141172)
hgbot   
2022-09-16 08:55   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/712 [^]
(0141173)
hgbot   
2022-09-16 08:55   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: eb1d51b6bb9fdfd6a2716bacda1de6865031e005
Author: Augusto Mauch <augusto.mauch@openbravo.com>
Date: 15-09-2022 13:59:19
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/eb1d51b6bb9fdfd6a2716bacda1de6865031e005 [^]

Fixes ISSUE-50056: Include existing criteria when filtering with selected records

The problem was that one of the flows that build the criteria when having selected records on the grid was not
properly taking into account the existing grid criteria.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
---