Openbravo Issue Tracking System - POS2
View Issue Details
0052514POS2Corepublic2023-05-22 16:332023-06-28 16:15
jarmendariz 
jarmendariz 
normalmajorhave not tried
closedfixed 
5
 
23Q4 
No
0052514: DataGrid should receive a list of actions for each row or multirow
Currently, each Grid implementor should define an extra column to show a button to add additional options for each row. As we want to add built-in support in our grid to multiselection actions, we need to be able to define a list of actions that can be executed for each row or by multiple rows and show them accordingly depending on the grid status
See description
No tags attached.
related to defect 0052877 new Triage Platform Base Update Grids with options to use the new actions prop 
related to defect 0054367 closed jarmendariz In multiselection mode, options button in rows should disappear on multiselect mode 
blocks feature request 0052743 closed njimenez Multiselection for order list window 
Issue History
2023-05-22 16:33jarmendarizNew Issue
2023-05-22 16:33jarmendarizAssigned To => jarmendariz
2023-05-22 16:33jarmendarizTriggers an Emergency Pack => No
2023-05-22 16:34jarmendarizStatusnew => scheduled
2023-05-31 10:39hgbotNote Added: 0150520
2023-06-14 14:11njimenezRelationship addedblocks 0052743
2023-06-28 13:14jarmendarizRelationship addedrelated to 0052877
2023-06-28 16:15hgbotResolutionopen => fixed
2023-06-28 16:15hgbotStatusscheduled => closed
2023-06-28 16:15hgbotNote Added: 0151761
2023-06-28 16:15hgbotFixed in Version => 23Q4
2023-06-28 16:15hgbotNote Added: 0151762
2024-01-17 09:35jarmendarizRelationship addedrelated to 0054367

Notes
(0150520)
hgbot   
2023-05-31 10:39   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1117 [^]
(0151761)
hgbot   
2023-06-28 16:15   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1117 [^]
(0151762)
hgbot   
2023-06-28 16:15   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 7bd252ac4140c8bf49488a26d7422a124cea5811
Author: Augusto Mauch <augusto.mauch@openbravo.com>
Date: 28-06-2023 16:14:21
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/7bd252ac4140c8bf49488a26d7422a124cea5811 [^]

Fixes ISSUE-52514: Merges multiselection-actions project

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