Openbravo Issue Tracking System - POS2 |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0051474 | POS2 | POS | public | 2023-01-26 16:57 | 2023-02-21 18:20 |
|
Reporter | ablasco | |
Assigned To | ablasco | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 23Q2 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0051474: Portrait Responsive Dialog |
Description | In portrait Mode, Dialogs should be adapted to the device in width and height.
|
Steps To Reproduce | * |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | Screenshot from 2023-01-19 09-57-20.png (34,276) 2023-01-26 16:57 https://issues.openbravo.com/file_download.php?file_id=18068&type=bug
|
|
Issue History |
Date Modified | Username | Field | Change |
2023-01-26 16:57 | ablasco | New Issue | |
2023-01-26 16:57 | ablasco | Assigned To | => ablasco |
2023-01-26 16:57 | ablasco | File Added: Screenshot from 2023-01-19 09-57-20.png | |
2023-01-26 16:57 | ablasco | Triggers an Emergency Pack | => No |
2023-01-30 09:26 | hgbot | Note Added: 0145999 | |
2023-02-16 09:39 | hgbot | Note Added: 0146615 | |
2023-02-20 18:21 | hgbot | Note Added: 0146797 | |
2023-02-21 13:41 | hgbot | Note Added: 0146813 | |
2023-02-21 18:06 | hgbot | Note Added: 0146834 | |
2023-02-21 18:06 | hgbot | Note Added: 0146835 | |
2023-02-21 18:20 | hgbot | Note Added: 0146839 | |
2023-02-21 18:20 | hgbot | Note Added: 0146840 | |
2023-02-21 18:20 | hgbot | Note Added: 0146841 | |
2023-02-21 18:20 | hgbot | Note Added: 0146842 | |
2023-02-21 18:20 | hgbot | Note Added: 0146843 | |
2023-02-21 18:20 | hgbot | Resolution | open => fixed |
2023-02-21 18:20 | hgbot | Status | new => closed |
2023-02-21 18:20 | hgbot | Note Added: 0146844 | |
2023-02-21 18:20 | hgbot | Fixed in Version | => 23Q2 |
2023-02-21 18:20 | hgbot | Note Added: 0146845 | |
2023-03-08 11:57 | caristu | Relationship added | causes 0051805 |
Notes |
|
(0145999)
|
hgbot
|
2023-01-30 09:26
|
|
|
|
(0146615)
|
hgbot
|
2023-02-16 09:39
|
|
|
|
(0146797)
|
hgbot
|
2023-02-20 18:21
|
|
|
|
(0146813)
|
hgbot
|
2023-02-21 13:41
|
|
|
|
(0146834)
|
hgbot
|
2023-02-21 18:06
|
|
|
|
(0146835)
|
hgbot
|
2023-02-21 18:06
|
|
|
|
(0146839)
|
hgbot
|
2023-02-21 18:20
|
|
|
|
(0146840)
|
hgbot
|
2023-02-21 18:20
|
|
|
|
(0146841)
|
hgbot
|
2023-02-21 18:20
|
|
|
|
(0146842)
|
hgbot
|
2023-02-21 18:20
|
|
|
|
(0146843)
|
hgbot
|
2023-02-21 18:20
|
|
|
|
(0146844)
|
hgbot
|
2023-02-21 18:20
|
|
|
|
(0146845)
|
hgbot
|
2023-02-21 18:20
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 27a1674e0ec87a8d1c28cc09c003f706a7c68e1e
Author: Augusto Mauch <augusto.mauch@openbravo.com>
Date: 21-02-2023 18:20:11
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/27a1674e0ec87a8d1c28cc09c003f706a7c68e1e [^]
Fixes ISSUE-51474: Improves styling of dialongs in portrait mode
---
A web-jspack/org.openbravo.core2/src/components/PickAndExecutePopup/config/PickAndExecutePopup.portrait.config.json
M web-jspack/org.openbravo.core2/src/components/BaseDialog/BaseDialog.jsx
M web-jspack/org.openbravo.core2/src/components/BaseDialog/BaseDialog.scss
M web-jspack/org.openbravo.core2/src/components/ConfirmationDialog/ConfirmationDialog.jsx
M web-jspack/org.openbravo.core2/src/components/MultiButtonStandardDialog/MultiButtonStandardDialog.scss
M web-jspack/org.openbravo.core2/src/components/PickAndExecutePopup/PickAndExecuteOptionTree/PickAndExecuteOptionTree.scss
M web-jspack/org.openbravo.core2/src/components/PickAndExecutePopup/PickAndExecuteOptionTreeList/PickAndExecuteOptionTreeList.scss
M web-jspack/org.openbravo.core2/src/components/PickAndExecutePopup/PickAndExecutePopup.config.json
M web-jspack/org.openbravo.core2/src/components/PickAndExecutePopup/PickAndExecutePopup.scss
M web-jspack/org.openbravo.core2/src/components/PickAndExecutePopup/PickAndExecutePopupFilterBar/PickAndExecutePopupFilterBar.jsx
M web-jspack/org.openbravo.core2/src/components/PickAndExecutePopup/PickAndExecutePopupFilterBar/PickAndExecutePopupFilterBar.scss
M web-jspack/org.openbravo.core2/src/components/StandardDialog/StandardDialog.jsx
M web-jspack/org.openbravo.core2/src/ob-init.js
---
|
|