Openbravo Issue Tracking System - POS2
View Issue Details
0050589POS2Corepublic2022-10-20 07:242022-10-21 09:58
jonae 
jonae 
normalminorhave not tried
closedfixed 
5
 
23Q1 
No
0050589: DialogUIAPI needs to add parameters in order to resize the window if the content is bigger than the default size
DialogUIAPI needs to add parameters in order to resize the window if the content is bigger than the default size. The properties to add are fullWidth and maxWidth, based on the properties of Dialog component.
The main change has to be in askMultiOptionDialog API, because the issue comes when the number of buttons increases.
See the image attached
No tags attached.
related to defect 0050601 new Triage Platform Base POS2 fullWidth and maxWidth properties of BaseDialog are not properly documented 
blocks feature request 0050230 closed aferraz Retail Modules Implement open/close store process in ReactPOS 
png Captura de Pantalla 2022-10-19 a las 7.45.48.png (92,936) 2022-10-20 07:24
https://issues.openbravo.com/file_download.php?file_id=17691&type=bug
png
Issue History
2022-10-20 07:24jonaeNew Issue
2022-10-20 07:24jonaeAssigned To => Triage Platform Base
2022-10-20 07:24jonaeFile Added: Captura de Pantalla 2022-10-19 a las 7.45.48.png
2022-10-20 07:24jonaeTriggers an Emergency Pack => No
2022-10-20 07:35hgbotNote Added: 0142326
2022-10-20 16:35caristuRelationship addedrelated to 0050601
2022-10-21 09:41caristuAssigned ToTriage Platform Base => jonae
2022-10-21 09:58hgbotResolutionopen => fixed
2022-10-21 09:58hgbotStatusnew => closed
2022-10-21 09:58hgbotNote Added: 0142384
2022-10-21 09:58hgbotFixed in Version => 23Q1
2022-10-21 09:58hgbotNote Added: 0142385
2022-10-21 12:59aferrazRelationship addedblocks 0050230

Notes
(0142326)
hgbot   
2022-10-20 07:35   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/881 [^]
(0142384)
hgbot   
2022-10-21 09:58   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/881 [^]
(0142385)
hgbot   
2022-10-21 09:58   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 5d1885100303eb032cff209e403d2b0d231e9f6c
Author: Jon Alegría <jon.alegria@openbravo.com>
Date: 21-10-2022 07:58:15
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/5d1885100303eb032cff209e403d2b0d231e9f6c [^]

Fixes ISSUE-50589: Support resizing window with askMultiOptionDialog API

---
M web-jspack/org.openbravo.core2/src/components/MultiButtonStandardDialog/MultiButtonBar.scss
M web-jspack/org.openbravo.core2/src/components/MultiButtonStandardDialog/MultiButtonStandardDialog.jsx
M web-jspack/org.openbravo.core2/src/components/MultiOptionDialog/MultiOptionDialog.jsx
---