Openbravo Issue Tracking System - POS2
View Issue Details
0054432POS2Corepublic2024-01-17 18:312024-01-24 10:27
jarmendariz 
jarmendariz 
urgentminorhave not tried
closedfixed 
5
 
23Q4.223Q4.2 
No
0054432: Add callback methods to Grid when the grid actions popover is shown/hidden
The API for the Grid should be extended to support a callback method that will be executed only when the actions popover (either for a row, or the one shown in the multiselection header) is shown or hidden. This can be used to set up or tear down state needed by the grid actions to be executed (or reevaluate the executability rules)
See description
No tags attached.
blocks feature request 0054375 closed jarmendariz Add callback methods to Grid when the grid actions popover is shown/hidden 
Issue History
2024-01-23 12:55jarmendarizTypefeature request => backport
2024-01-23 12:55jarmendarizTarget Version => 23Q4.2
2024-01-23 13:17hgbotNote Added: 0159645
2024-01-24 10:27hgbotResolutionopen => fixed
2024-01-24 10:27hgbotStatusscheduled => closed
2024-01-24 10:27hgbotNote Added: 0159686
2024-01-24 10:27hgbotFixed in Version => 23Q4.2
2024-01-24 10:27hgbotNote Added: 0159687

Notes
(0159645)
hgbot   
2024-01-23 13:17   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1345 [^]
(0159686)
hgbot   
2024-01-24 10:27   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1345 [^]
(0159687)
hgbot   
2024-01-24 10:27   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 65027f22f4db34fc58d7e3730f51cc0411de0fdd
Author: Javier Armendáriz <javier.armendariz@openbravo.com>
Date: 23-01-2024 13:16:51
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/65027f22f4db34fc58d7e3730f51cc0411de0fdd [^]

Fixed ISSUE-54432: Adding callbacks to Grid component to execute when actions popover is shown or hidden

---
A web-jspack/org.openbravo.core2/src/components/Grid/DataGrid/isGridActionsPopover.js
M web-jspack/org.openbravo.core2/src/components/FilterableGrid/FilterableGrid.jsx
M web-jspack/org.openbravo.core2/src/components/Grid/DataGrid/DataGrid.jsx
M web-jspack/org.openbravo.core2/src/components/Grid/DataGrid/MultiSelectionHeader.jsx
M web-jspack/org.openbravo.core2/src/components/Grid/DataGrid/__test__/RowActions.test.jsx
M web-jspack/org.openbravo.core2/src/components/Grid/Grid.jsx
M web-jspack/org.openbravo.core2/src/components/Grid/stories/GridRowActions.stories.jsx
---