Openbravo Issue Tracking System - POS2
View Issue Details
0054431POS2Corepublic2024-01-17 18:312024-01-24 10:27
jarmendariz 
jarmendariz 
urgentminorhave not tried
closedfixed 
5
 
24Q124Q1 
No
0054431: 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 => 24Q1
2024-01-23 13:15hgbotNote Added: 0159644
2024-01-24 10:27hgbotResolutionopen => fixed
2024-01-24 10:27hgbotNote Added: 0159685
2024-01-24 10:27hgbotStatusscheduled => closed
2024-01-24 10:27hgbotFixed in Version => 24Q1
2024-01-24 10:27hgbotNote Added: 0159688

Notes
(0159644)
hgbot   
2024-01-23 13:15   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1344 [^]
(0159685)
hgbot   
2024-01-24 10:27   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1344 [^]
(0159688)
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: 439505fa255cbe687d06de31cefb0c223a01eab5
Author: Javier Armendáriz <javier.armendariz@openbravo.com>
Date: 23-01-2024 13:14:39
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/439505fa255cbe687d06de31cefb0c223a01eab5 [^]

Fixed ISSUE-54431: 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
---