Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0047453 | Retail Modules | Web POS | public | 2021-07-23 17:26 | 2021-07-30 08:38 |
|
Reporter | sebastien_liron | |
Assigned To | javierRodriguez | |
Priority | urgent | Severity | critical | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | pi | Fixed in Version | RR21Q4 | |
Merge Request Status | approved |
Review Assigned To | |
OBNetwork customer | OBPS |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0047453: issue with chrome 92 in addPromotion manual |
Description | With chrome 92 this piece of code won't work :
linesToApply = lines.at ? [...lines.models] : [...lines],
in web/org.openbravo.retail.posterminal/discount.js l.371 ( ~ )
https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/blob/master/web/org.openbravo.retail.posterminal/js/model/discounts.js#L371 [^] |
Steps To Reproduce | use manual promotion on live build with chrome 92 |
Proposed Solution | linesToApply = (lines instanceof Backbone.Collection) ? [...lines.models] : [...lines],
|
Additional Information | |
Tags | NOR |
Relationships | related to | defect | 0045655 | | closed | ranjith_qualiantech_com | WebPOS fails with Chrome v89, because of new .at() function in Strings | caused by | feature request | 0043769 | | closed | jorge-garcia | Discretionary Promotions in New Discount Engine for WebPOS state | related to | defect | 0047463 | | closed | ranjith_qualiantech_com | Multiupc scan problem |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2021-07-23 17:26 | sebastien_liron | New Issue | |
2021-07-23 17:26 | sebastien_liron | Assigned To | => Retail |
2021-07-23 17:26 | sebastien_liron | OBNetwork customer | => OBPS |
2021-07-23 17:26 | sebastien_liron | Resolution time | => 1628114400 |
2021-07-23 17:26 | sebastien_liron | Triggers an Emergency Pack | => No |
2021-07-26 15:59 | rafaroda | Tag Attached: NOR | |
2021-07-26 17:06 | adrianromero | Relationship added | depends on 0045655 |
2021-07-26 17:06 | adrianromero | Relationship deleted | depends on 0045655 |
2021-07-26 17:06 | adrianromero | Relationship added | related to 0045655 |
2021-07-26 17:14 | rafaroda | Issue Monitored: rafaroda | |
2021-07-26 17:48 | adrianromero | Description Updated | bug_revision_view_page.php?rev_id=22935#r22935 |
2021-07-26 17:58 | adrianromero | Relationship added | caused by 0043769 |
2021-07-26 22:36 | rqueralta | Assigned To | Retail => rqueralta |
2021-07-26 22:36 | rqueralta | Status | new => scheduled |
2021-07-27 08:45 | adrianromero | Assigned To | rqueralta => javierRodriguez |
2021-07-27 14:06 | dmitry_mezentsev | Issue Monitored: dmitry_mezentsev | |
2021-07-28 08:53 | hgbot | Merge Request Status | => open |
2021-07-28 08:53 | hgbot | Note Added: 0130824 | |
2021-07-28 10:36 | adrianromero | Relationship added | related to 0047463 |
2021-07-30 08:38 | hgbot | Merge Request Status | open => approved |
2021-07-30 08:38 | hgbot | Note Added: 0130884 | |
2021-07-30 08:38 | hgbot | Resolution | open => fixed |
2021-07-30 08:38 | hgbot | Status | scheduled => closed |
2021-07-30 08:38 | hgbot | Fixed in Version | => RR21Q4 |
2021-07-30 08:38 | hgbot | Note Added: 0130885 | |