Openbravo Issue Tracking System - POS2
View Issue Details
0051709POS2Corepublic2023-02-27 17:522023-03-15 14:25
AugustoMauch 
AugustoMauch 
normalmajorhave not tried
closedfixed 
5
 
23Q2 
No
0051709: Support having single-column forms in portrait mode
Many forms that are based on BaseForm that are correctly displayed in landscape orientation will not be properly layed out in portrait mode because the screen is too narrow.

We could address this problem from the infra by accepting a new property (i.e. singleColumnOnPortrait) that will automatically reconfigure the layout of the grid fields and that will display all of them on a single column, respecting the original order (rows, then properties)
-
No tags attached.
Issue History
2023-02-27 17:52AugustoMauchNew Issue
2023-02-27 17:52AugustoMauchAssigned To => AugustoMauch
2023-02-27 17:52AugustoMauchTriggers an Emergency Pack => No
2023-02-28 18:06hgbotNote Added: 0147136
2023-03-15 14:25hgbotResolutionopen => fixed
2023-03-15 14:25hgbotStatusnew => closed
2023-03-15 14:25hgbotFixed in Version => 23Q2
2023-03-15 14:25hgbotNote Added: 0147555
2023-03-15 14:25hgbotNote Added: 0147556

Notes
(0147136)
hgbot   
2023-02-28 18:06   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/994 [^]
(0147555)
hgbot   
2023-03-15 14:25   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: cdb0ff17c78f0992e1862b85bef623373943b77e
Author: Augusto Mauch <augusto.mauch@openbravo.com>
Date: 15-03-2023 14:24:32
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/cdb0ff17c78f0992e1862b85bef623373943b77e [^]

Fixes ISSUE-51709: Forms can automatically render fields in a single column in portrait mode

---
A web-jspack/org.openbravo.core2/src/components/Form/transformToSingleColumn.js
M web-jspack/org.openbravo.core2/src/components/BaseDialog/BaseDialog.scss
M web-jspack/org.openbravo.core2/src/components/BaseFormInput/BaseFormInput.scss
M web-jspack/org.openbravo.core2/src/components/Form/BaseForm.jsx
---
(0147556)
hgbot   
2023-03-15 14:25   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/994 [^]