Openbravo Issue Tracking System - POS2
View Issue Details
0047506POS2Restaurantspublic2021-08-05 09:462021-11-26 19:44
cberner 
jarmendariz 
normalmajorhave not tried
closedfixed 
5
 
 
No
0047506: Duplicated menu items in a menu sometimes don't allow opening the popover of the item
If a menu that allows choosing 2 items from 2 categories(like for example Grouped Menu, allows Starter and Main Course), if choosing both from the second category, it is not possible to open the Ticket Line popover when clicking on these 2 items.

Follow the steps to reproduce for a better explanation, or the attached screenshot.
1. Open LiveBuilds or your local environment WebPOS and login: https://livebuilds.openbravo.com/retail_pos2_modules_pgsql/web/pos/?terminal=VBS-2 [^]
2. Go to Restaurant Schema -> Menu category and add Grouped Menu
3. Go to Main Course, and add 2 equal items from there, 2 cheeseburgers or 2 carbonara pizza. Complete the menu by adding any 2 beverages.
4. Try to click on these 2 items in the ticket line generated in the left ticket. It should open a popover, but it doesn't. Also check that clicking on the Beverages, works fine.
No tags attached.
blocks design defect 0047771 acknowledged Retail Remove usages of menuItemPosition 
png error 2 main course.png (42,294) 2021-08-05 09:46
https://issues.openbravo.com/file_download.php?file_id=16071&type=bug
png
Issue History
2021-08-05 09:46cbernerNew Issue
2021-08-05 09:46cbernerAssigned To => Retail
2021-08-05 09:46cbernerFile Added: error 2 main course.png
2021-08-05 09:46cbernerTriggers an Emergency Pack => No
2021-08-05 12:53dmiguelezResolution time => 1629324000
2021-08-05 12:53dmiguelezStatusnew => scheduled
2021-08-05 12:53dmiguelezAssigned ToRetail => hernan-dp
2021-08-18 10:27dmiguelezAssigned Tohernan-dp => jarmendariz
2021-08-24 13:13dmiguelezResolution time1629324000 => 1630360800
2021-08-26 10:01hgbotNote Added: 0131373
2021-09-28 13:47hgbotResolutionopen => fixed
2021-09-28 13:47hgbotStatusscheduled => closed
2021-09-28 13:47hgbotNote Added: 0132041
2021-09-28 13:47hgbotNote Added: 0132042
2021-09-28 17:21jarmendarizRelationship addedblocks 0047771
2021-11-26 19:44hgbotNote Added: 0133397

Notes
(0131373)
hgbot   
2021-08-26 10:01   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant/-/merge_requests/65 [^]
(0132041)
hgbot   
2021-09-28 13:47   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant [^]
Changeset: e1c09462029e3818dd28367882f56b055088871a
Author: Javier Armendáriz <javier.armendariz@openbravo.com>
Date: 2021-09-27T00:00:04+02:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant/-/commit/e1c09462029e3818dd28367882f56b055088871a [^]

Fixed ISSUE-47506: Menu item popover does not appear in grouped menus

---
A web-jspack/org.openbravo.pos2.restaurant/src/model/food-menu/__test__/getMenuItemInfo.test.js
M web-jspack/org.openbravo.pos2.restaurant/src/components/ProductModifier/ProductModifierMenuItemButton/ProductModifierMenuItemButton.jsx
M web-jspack/org.openbravo.pos2.restaurant/src/components/TicketMenuLine/TicketMenuInProgressLineItem/TicketMenuInProgressLineItem.jsx
M web-jspack/org.openbravo.pos2.restaurant/src/components/TicketMenuLine/TicketMenuInProgressLineItems/TicketMenuInProgressLineItems.jsx
M web-jspack/org.openbravo.pos2.restaurant/src/components/TicketMenuLine/TicketMenuLineItems/TicketMenuLineItems.jsx
M web-jspack/org.openbravo.pos2.restaurant/src/components/TicketMenuLine/stories/TicketMenuLinePopovers.stories.jsx
M web-jspack/org.openbravo.pos2.restaurant/src/components/TicketMenuLineItemPopover/TicketMenuLineItemPopover.jsx
M web-jspack/org.openbravo.pos2.restaurant/src/components/TicketMenuLineItemPopover/__test__/TicketMenuLineItemPopover.test.jsx
M web-jspack/org.openbravo.pos2.restaurant/src/components/TicketMenuNote/TicketMenuNote.jsx
M web-jspack/org.openbravo.pos2.restaurant/src/model/food-menu/GetCategoryFulfillment.js
M web-jspack/org.openbravo.pos2.restaurant/src/model/food-menu/GetMenuItemInfo.js
M web-jspack/org.openbravo.pos2.restaurant/src/model/user-interface/__test__/OpenMenuWizard.test.js
M web-jspack/org.openbravo.pos2.restaurant/src/model/user-interface/__test__/SetMenuItemNote.test.js
M web-jspack/org.openbravo.pos2.restaurant/src/model/user-interface/user-actions/SetMenuItemNote.js
---
(0132042)
hgbot   
2021-09-28 13:47   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant/-/merge_requests/65 [^]
(0133397)
hgbot   
2021-11-26 19:44   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/641 [^]