Openbravo Issue Tracking System - POS2
View Issue Details
0054375POS2Corepublic2024-01-17 18:312024-03-08 13:46
jarmendariz 
jarmendariz 
urgentminorhave not tried
closedfixed 
5
 
24Q2 
No
0054375: 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.
related to design defect 0054026 closed ablasco Datagrid sorting is confusing on list mode 
depends on backport 005443124Q1 closed jarmendariz Add callback methods to Grid when the grid actions popover is shown/hidden 
depends on backport 005443223Q4.2 closed jarmendariz Add callback methods to Grid when the grid actions popover is shown/hidden 
blocks defect 0054266 closed njimenez Issue Ticket option not working in Orders window 
causes defect 0054910 closed meriem_azaf Cannot edit the prepayment amount of a ticket 
Issue History
2024-01-17 18:31jarmendarizNew Issue
2024-01-17 18:31jarmendarizAssigned To => jarmendariz
2024-01-17 18:31jarmendarizTriggers an Emergency Pack => No
2024-01-17 18:34hgbotNote Added: 0159427
2024-01-18 11:14jarmendarizDescription Updatedbug_revision_view_page.php?rev_id=27373#r27373
2024-01-18 11:15jarmendarizRelationship addedblocks 0054266
2024-01-23 12:55jarmendarizStatusnew => scheduled
2024-01-23 13:12hgbotResolutionopen => fixed
2024-01-23 13:12hgbotStatusscheduled => closed
2024-01-23 13:12hgbotNote Added: 0159642
2024-01-23 13:12hgbotFixed in Version => 24Q2
2024-01-23 13:12hgbotNote Added: 0159643
2024-03-08 13:46ngarciaRelationship addedrelated to 0054026
2024-03-11 13:48ngarciaRelationship addedcauses 0054910

Notes
(0159427)
hgbot   
2024-01-17 18:34   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1332 [^]
(0159642)
hgbot   
2024-01-23 13:12   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1332 [^]
(0159643)
hgbot   
2024-01-23 13:12   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: fc870a7b7c6d4442bdc3e1d8a2826730986ef178
Author: Javier Armendáriz <javier.armendariz@openbravo.com>
Date: 23-01-2024 12:27:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/fc870a7b7c6d4442bdc3e1d8a2826730986ef178 [^]

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