Openbravo Issue Tracking System - Retail Modules | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0038574 | Retail Modules | Web POS | public | 2018-05-17 18:17 | 2018-05-28 11:18 |
Reporter | jonibc | ||||
Assigned To | ranjith_qualiantech_com | ||||
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | RR18Q3 | |||
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')); | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
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 |
Notes | |||||
|
|||||
|
|