Openbravo Issue Tracking System - POS2 |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0050028 | POS2 | Core | public | 2022-08-23 09:25 | 2022-11-10 12:00 |
|
Reporter | AugustoMauch | |
Assigned To | ablasco | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 23Q1 | |
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 | 0050028: It would be convenient if DrawerMenu includes a section that contains buttons in the header |
Description | As part of the portrait mode project [1], some of the buttons that used to be on the top of the screen will now be part of the drawer menu.
To support this, the DrawerMenu.jsx component needs to be updated to include this new section. The list of buttons will be provided in the same .config.json as the menu options on a new property (i.e. headerButtons).
See attached mockup.
[1] https://docs.google.com/document/d/1oJX6QGaMzfuzT8ZCmbsBoYvYdHGcr4ZRNGvpEo7PIhY/edit?usp=drive_web&ouid=111123098473301044519 [^] |
Steps To Reproduce | - |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | blocks | feature request | 0050400 | | scheduled | ablasco | Portrait mode support |
|
Attached Files | DrawerMenuWithHeaderButtons.png (56,293) 2022-08-23 09:26 https://issues.openbravo.com/file_download.php?file_id=17418&type=bug
|
|
Issue History |
Date Modified | Username | Field | Change |
2022-08-23 09:25 | AugustoMauch | New Issue | |
2022-08-23 09:25 | AugustoMauch | Assigned To | => ablasco |
2022-08-23 09:25 | AugustoMauch | Triggers an Emergency Pack | => No |
2022-08-23 09:26 | AugustoMauch | Description Updated | bug_revision_view_page.php?rev_id=24648#r24648 |
2022-08-23 09:26 | AugustoMauch | File Added: DrawerMenuWithHeaderButtons.png | |
2022-08-26 15:15 | hgbot | Note Added: 0140438 | |
2022-10-04 09:56 | hgbot | Note Added: 0141626 | |
2022-10-04 10:50 | ablasco | Relationship added | blocks 0050400 |
2022-10-04 11:04 | ablasco | Status | new => scheduled |
2022-11-10 12:00 | hgbot | Resolution | open => fixed |
2022-11-10 12:00 | hgbot | Status | scheduled => closed |
2022-11-10 12:00 | hgbot | Note Added: 0143372 | |
2022-11-10 12:00 | hgbot | Fixed in Version | => 23Q1 |
2022-11-10 12:00 | hgbot | Note Added: 0143373 | |
2022-11-10 12:00 | hgbot | Note Added: 0143374 | |
2022-11-10 12:00 | hgbot | Note Added: 0143375 | |
Notes |
|
(0140438)
|
hgbot
|
2022-08-26 15:15
|
|
|
|
(0141626)
|
hgbot
|
2022-10-04 09:56
|
|
|
|
(0143372)
|
hgbot
|
2022-11-10 12:00
|
|
|
|
(0143373)
|
hgbot
|
2022-11-10 12:00
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: dc1d6380a0424ef8b69bd119858cc7ecf3817d4a
Author: adrian.blasco <adrian.blasco@openbravo.com>
Date: 10-11-2022 11:57:10
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/dc1d6380a0424ef8b69bd119858cc7ecf3817d4a [^]
Fixes ISSUE-50028: Updates drawer menu to support portrait mode
If configured, the drawer menu will include the buttons defined in the
status bar. The status bar component has been updated to support
displaying its contents in several rows to support two columns per row.
---
A web-jspack/org.openbravo.core2/src/components/DrawerMenu/__mock__/Drawer.portrait.config.json
A web-jspack/org.openbravo.core2/src/components/DrawerMenu/__mock__/DrawerMenu.portrait.config.json
M web-jspack/org.openbravo.core2/src/components/BaseGridLayout/BaseGridLayout.jsx
M web-jspack/org.openbravo.core2/src/components/DrawerMenu/DrawerMenu.jsx
M web-jspack/org.openbravo.core2/src/components/DrawerMenu/DrawerMenu.scss
M web-jspack/org.openbravo.core2/src/components/DrawerMenu/__mock__/DrawerMenu.mock.scss
M web-jspack/org.openbravo.core2/src/components/DrawerMenu/__test__/DrawerMenu.test.jsx
M web-jspack/org.openbravo.core2/src/components/DrawerMenu/stories/DrawerMenu.stories.jsx
M web-jspack/org.openbravo.core2/src/components/SettingsButton/SettingsMenu.jsx
M web-jspack/org.openbravo.core2/src/components/StatusBar/StatusBar.jsx
M web-jspack/org.openbravo.core2/src/ob-init.js
---
|
|
|
(0143374)
|
hgbot
|
2022-11-10 12:00
|
|
|
|
(0143375)
|
hgbot
|
2022-11-10 12:00
|
|
|