Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0052109
TypeCategorySeverityReproducibilityDate SubmittedLast Update
backport[POS2] POSmajorhave not tried2023-03-22 09:532023-04-17 16:23
Reportermeriem_azafView Statuspublic 
Assigned Tomeriem_azaf 
PrioritynormalResolutionfixedFixed in Version23Q2
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version23Q2
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0052109: Dysfunction when linking several categories in Keymap

DescriptionThe content of linked product category we can see in keymap editor is not correct in webPOS.
Steps To Reproduce1- Go to webPOS.
2- Open keymap editor.
3- Add a new category in Main restaurant keymap (type = alphabetic).
4- Click view products button.
5- Link prod categories.
6- Add 2 product cat for example : Backpacks & TravelOBREST_Food.
7- Save.
8- When you go back click on 1 of them (see screenshot 1).
9- The list is extend like in screenshot 2.
But the content of OBREST_Food is the same as Backpacks & Travel as you can see in screenshot 3.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
blocks defect 0051941 closedmeriem_azaf Dysfunction when linking several categories in Keymap 

-  Notes
(0148430)
hgbot (developer)
2023-04-13 11:01

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1689 [^]
(0148494)
hgbot (developer)
2023-04-17 16:23

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1689 [^]
(0148495)
hgbot (developer)
2023-04-17 16:23

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: b9ab232c32d7a725f72b49a322644ff6e769d55f
Author: Meriem Azaf <meriem.azaf@openbravo.com>
Date: 17-04-2023 14:22:49
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/b9ab232c32d7a725f72b49a322644ff6e769d55f [^]

Fixes ISSUE-52109: Dysfunction when linking several categories in Keymap

The content of linked product category we can see in keymap editor is not correct in webPOS.

The problem here was that when we click in the row we go to get all the details related to the row but we did not check the row id if it's the same sa the id of the row selected and we return the same products for all rows.

To fix this, we added a variable using the state that will contain the id of the row selected just to check the part that I mentionned before.

---
M web-jspack/org.openbravo.pos2/src/components/KeyMapEditor/KeymapEditorLinkedProductCategoriesGrid/KeymapEditorLinkedProductCategoriesGrid.jsx
---

- Issue History
Date Modified Username Field Change
2023-04-12 15:11 guilleaer Type defect => backport
2023-04-12 15:11 guilleaer Target Version => 23Q2
2023-04-13 11:01 hgbot Note Added: 0148430
2023-04-17 16:23 hgbot Resolution open => fixed
2023-04-17 16:23 hgbot Status scheduled => closed
2023-04-17 16:23 hgbot Note Added: 0148494
2023-04-17 16:23 hgbot Fixed in Version => 23Q2
2023-04-17 16:23 hgbot Note Added: 0148495


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker