Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0053515Openbravo ERPA. Platformpublic2023-09-21 14:152023-10-30 11:13
philippe_mui 
AugustoMauch 
highmajoralways
closedfixed 
5
 
PR24Q1 
Core
No
0053515: RM-8162 [Total stock take] Screen is stucked after import in BO
After doing the import, the screen is stucked. Only solution is to close the header and reselect the PI in the list

See video at 00:45 : https://drive.google.com/file/d/1p1j9oc2ntmQIvu9QPSRR3q7SKPHyiWgN/view?usp=sharing [^]

https://openbravo.atlassian.net/browse/RM-8162 [^]
Log in BO
Create a total PI
Export CSV
Add count quantity in CSV and save
Import CSV

Current behavior : After the import, it is not possible to see the lines created and user has to close the header and reopen the PI to continue working

Expected behavior : after import, the lines appear in lines tab with updated count quantities
FASH
Issue History
2023-09-21 14:15philippe_muiNew Issue
2023-09-21 14:15philippe_muiAssigned To => Triage Omni WMS
2023-09-21 14:15philippe_muiModules => Core
2023-09-21 14:15philippe_muiTriggers an Emergency Pack => No
2023-09-21 14:15philippe_muiTag Attached: FASH
2023-10-03 12:31philippe_muiSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=26929#r26929
2023-10-09 10:57mtaalAssigned ToTriage Omni WMS => ludmila_ursu
2023-10-11 13:02mtaalAssigned Toludmila_ursu => Triage Platform Base
2023-10-11 13:02mtaalCategory04. Warehouse management => A. Platform
2023-10-23 14:41hgbotNote Added: 0156186
2023-10-23 14:48AugustoMauchAssigned ToTriage Platform Base => AugustoMauch
2023-10-23 14:48AugustoMauchStatusnew => scheduled
2023-10-30 11:13hgbotResolutionopen => fixed
2023-10-30 11:13hgbotStatusscheduled => closed
2023-10-30 11:13hgbotFixed in Version => PR24Q1
2023-10-30 11:13hgbotNote Added: 0156485
2023-10-30 11:13hgbotNote Added: 0156486

Notes
(0156186)
hgbot   
2023-10-23 14:41   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1025 [^]
(0156485)
hgbot   
2023-10-30 11:13   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 29a86194372dbb09555452abcf8f62cd6b0b0d15
Author: Augusto Mauch <augusto.mauch@openbravo.com>
Date: 30-10-2023 10:12:28
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/29a86194372dbb09555452abcf8f62cd6b0b0d15 [^]

Fixes ISSUE-53515: Selection lost after executing process

The problem was that:
- grid was using lazy filtering, record selected in form view does not comply with filters because it was just created
- process triggers a refresh of the view, and a refresh of the grid
- After the refresh, record selected in form view is not included in the page returned by the datasource, causing the inconsistency

To address this, now the grid and the view refresh will be prevented if the view form is on, and if the tab has lazy filtering, with filter changes pending to be applied

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
M src-db/database/sourcedata/AD_MESSAGE.xml
---
(0156486)
hgbot   
2023-10-30 11:13   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1025 [^]