Openbravo Issue Tracking System - POS2
View Issue Details
0047119POS2Corepublic2021-06-14 11:362021-09-22 15:27
aferraz 
jarmendariz 
normalmajorhave not tried
closedfixed 
5
 
TAP 
cberner
No
0047119: Not possible to filter a grid inside a dialog
When having a filterable grid inside a dialog, it is not possible to use the filter: when you click on the filter, the dialog is automatically closed.

The problem is in following line: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/blame/master/web-jspack/org.openbravo.core2/src/hooks/useEditNumber/useEditNumber.js#L263 [^]
Create a filterable grid component inside a dialog, like this one: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/524/diffs#a5c51f8ccf131ac2d08a4a1257fac492d664e4e2_0_48 [^]
Click on the filter and check the dialog is closed.
No tags attached.
blocks defect 0047113 closed jarmendariz Not possible to filter a grid inside a dialog 
Issue History
2021-06-14 13:33guilleaerTypedefect => backport
2021-06-14 13:33guilleaerTarget Version => TAP
2021-06-14 13:33guilleaerStatusscheduled => acknowledged
2021-09-22 09:18jarmendarizAssigned Toplatform => jarmendariz
2021-09-22 09:18jarmendarizStatusacknowledged => scheduled
2021-09-22 15:26jarmendarizNote Added: 0131976
2021-09-22 15:26jarmendarizStatusscheduled => resolved
2021-09-22 15:26jarmendarizResolutionopen => fixed
2021-09-22 15:27jarmendarizReview Assigned To => cberner
2021-09-22 15:27jarmendarizStatusresolved => closed

Notes
(0131976)
jarmendariz   
2021-09-22 15:26   
Fixed in MR: https://gitlab.com/obcustomers/AGAP/org.openbravo.core2/-/merge_requests/58 [^]