Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0038574 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2018-05-17 18:17 | 2018-05-28 11:18 | |||
Reporter | jonibc | View Status | public | |||||
Assigned To | ranjith_qualiantech_com | |||||||
Priority | high | Resolution | fixed | Fixed in Version | RR18Q3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | fa04fc741c81 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | marvintm | |||||||
OBNetwork customer | OBPS | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0038574: Flag "realCategory" is ignored in product category tree after tree expand. | |||||||
Description | Once the product category tree is displayed, if one category is expanded, product category tree is rebuilt and categories are displayed based only on property "display" and not in "realCategory" flag. It is reproducible in livebuilds. It is possible to assign Product Category combo to an OTF product. | |||||||
Steps To Reproduce | Log in http://livebuilds.openbravo.com/retail_modules_pgsql_pi/web/org.openbravo.retail.posterminal/?terminal=CTST1#retail.pointofsale: [^] 1- In lateral menu, tap on "Create OTF" button. 2- Open product category. Check that category "Combo" is not present in the tree. 3- Expand a category. 4- Check that "Combo" product category can be selected. 5- If ticket is completed. An error must be shown in "Errors while importing POS data". | |||||||
Proposed Solution | Change the previous showing logic: this.owner.setShowing(this.model.get('display'); to this: var showOnlyReal = this.parent.parent.parent.parent.parent.parent.parent.parent.parent.args.showOnlyReal; this.owner.setShowing((this.model.get('realCategory') === 'N' && showOnlyReal) ? false : this.model.get('display')); | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0104697) hgbot (developer) 2018-05-25 09:34 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: fa04fc741c8190ca59b22a25c5059f4df6fb5970 Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Fri May 25 13:03:53 2018 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/fa04fc741c8190ca59b22a25c5059f4df6fb5970 [^] Fixed issue 38574 : Non Real Category should not be shown based on model popup arguments * While Opening Category Tre Popup, Non Real Category should be shown based on popup arguments "showOnlyReal" --- M web/org.openbravo.retail.posterminal/js/components/rendercategory.js --- |
![]() |
|||
Date Modified | Username | Field | Change |
2018-05-17 18:17 | jonibc | New Issue | |
2018-05-17 18:17 | jonibc | Assigned To | => Retail |
2018-05-17 18:17 | jonibc | OBNetwork customer | => Yes |
2018-05-17 18:17 | jonibc | Resolution time | => 1528927200 |
2018-05-17 18:17 | jonibc | Triggers an Emergency Pack | => No |
2018-05-18 09:51 | jonibc | Proposed Solution updated | |
2018-05-18 09:56 | jonibc | Proposed Solution updated | |
2018-05-23 07:57 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2018-05-23 07:57 | ranjith_qualiantech_com | Status | new => scheduled |
2018-05-25 09:34 | hgbot | Checkin | |
2018-05-25 09:34 | hgbot | Note Added: 0104697 | |
2018-05-25 09:34 | hgbot | Status | scheduled => resolved |
2018-05-25 09:34 | hgbot | Resolution | open => fixed |
2018-05-25 09:34 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/fa04fc741c8190ca59b22a25c5059f4df6fb5970 [^] |
2018-05-28 11:18 | marvintm | Review Assigned To | => marvintm |
2018-05-28 11:18 | marvintm | Status | resolved => closed |
2018-05-28 11:18 | marvintm | Fixed in Version | => RR18Q3 |
Copyright © 2000 - 2009 MantisBT Group |