Openbravo Issue Tracking System - POS2
View Issue Details
0050214POS2POSpublic2022-09-09 15:052022-11-08 21:00
ablasco 
Triage Platform Base 
normalmajorhave not tried
closedfixed 
5
 
23Q1 
No
0050214: Infrastructure Component to comunicate status info to different components
Portrait mode POS2 requires communication between different components.

In this case,it is necessary to display a coloured point for Server status Info on DrawerMenu Icon on the top as shown in the image.
*
No tags attached.
blocks feature request 0050400 scheduled ablasco Portrait mode support 
png Screenshot from 2022-08-25 13-16-31.png (27,491) 2022-09-09 15:05
https://issues.openbravo.com/file_download.php?file_id=17501&type=bug
png
Issue History
2022-09-09 15:05ablascoNew Issue
2022-09-09 15:05ablascoAssigned To => Triage Platform Base
2022-09-09 15:05ablascoFile Added: Screenshot from 2022-08-25 13-16-31.png
2022-09-09 15:05ablascoTriggers an Emergency Pack => No
2022-09-14 21:28hgbotNote Added: 0141129
2022-10-04 10:53ablascoRelationship addedblocks 0050400
2022-10-04 11:05ablascoStatusnew => scheduled
2022-11-08 21:00hgbotResolutionopen => fixed
2022-11-08 21:00hgbotStatusscheduled => closed
2022-11-08 21:00hgbotNote Added: 0143273
2022-11-08 21:00hgbotFixed in Version => 23Q1
2022-11-08 21:00hgbotNote Added: 0143274

Notes
(0141129)
hgbot   
2022-09-14 21:28   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/840 [^]
(0143273)
hgbot   
2022-11-08 21:00   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/840 [^]
(0143274)
hgbot   
2022-11-08 21:00   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 756b2081684f113868cd86ae7701bed70580747a
Author: adrian.blasco <adrian.blasco@openbravo.com>
Date: 08-11-2022 20:44:39
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/756b2081684f113868cd86ae7701bed70580747a [^]

Fixes ISSUE-50214 AppBarMenuButton component includes Status Icon in AppBarMenuButton

If the AppBarMenuButton is configured to show alerts then it will check
if any of the status bar buttons if a server that is currently offline.
If so, it will display a warning badge.

---
A web-jspack/org.openbravo.core2/src/components/AppBar/stories/AppBarMenuButton.stories.jsx
M web-jspack/org.openbravo.core2/src/components/AppBar/AppBar.scss
M web-jspack/org.openbravo.core2/src/components/AppBar/AppBarMenuButton.jsx
---