Openbravo Issue Tracking System - POS2
View Issue Details
0047135POS2Corepublic2021-06-15 10:532021-07-14 08:13
aferraz 
jarmendariz 
normalminorhave not tried
closedfixed 
5
 
 
No
0047135: When opening a Dialog from a Grid popover the popover is not closed
When opening a Dialog from a Grid popover the popover is not closed
Navigate to Orders window, click on contextual button of any record and click on Verified Returns.
Check Verified Returns dialog is opened but popover is not closed.
No tags attached.
depends on design defect 0047390 closed jarmendariz Disabled prop missing in Popover menu entry component 
related to defect 0047142 closed hernan-dp Input focus doesn't work properly with Grid popover 
Issue History
2021-06-15 10:53aferrazNew Issue
2021-06-15 10:53aferrazAssigned To => platform
2021-06-15 10:53aferrazTriggers an Emergency Pack => No
2021-06-15 13:15aferrazRelationship addedrelated to 0047142
2021-06-15 13:18aferrazNote Added: 0129513
2021-06-16 18:39dmiguelezResolution time => 1626213600
2021-06-16 18:39dmiguelezStatusnew => acknowledged
2021-07-12 14:10jarmendarizAssigned Toplatform => jarmendariz
2021-07-13 14:27jarmendarizStatusacknowledged => scheduled
2021-07-13 18:09hgbotNote Added: 0130428
2021-07-13 18:13jarmendarizRelationship addeddepends on 0047390
2021-07-14 08:13hgbotResolutionopen => fixed
2021-07-14 08:13hgbotStatusscheduled => closed
2021-07-14 08:13hgbotNote Added: 0130447
2021-07-14 08:13hgbotNote Added: 0130448

Notes
(0129513)
aferraz   
2021-06-15 13:18   
Also, in case the selected record includes an input, when closing the popover the record input should take the focus (see issue 0047142).
(0130428)
hgbot   
2021-07-13 18:09   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/606 [^]
(0130447)
hgbot   
2021-07-14 08:13   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: f9e3f07351d6868df02f620babd44784403775c2
Author: Javier Armendáriz <javier.armendariz@openbravo.com>
Date: 2021-07-13T18:06:18+02:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/f9e3f07351d6868df02f620babd44784403775c2 [^]

Fixed ISSUE-47135: Replaced StandardButton with PopoverMenuEntry to automatically close the popover when executing orders grid popover actions

---
M web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/AddVerifiedReturnsPopoverButton.jsx
M web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/CreateCancelTicketPopoverButton.jsx
M web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/CreateReplaceTicketPopoverButton.jsx
M web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/CreateTicketFromQuotationPopoverButton.jsx
M web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/ProofOfPaymentPopoverButton.jsx
M web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/ReactivateQuotationPopoverButton.jsx
M web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/RejectQuotationPopoverButton.jsx
M web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/__test__/CreateCancelTicketPopoverButton.test.jsx
M web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/__test__/CreateReplaceTicketPopoverButton.test.jsx
M web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/__test__/ProofOfPaymentPopoverButton.test.jsx
---
(0130448)
hgbot   
2021-07-14 08:13   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/606 [^]