Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0047453 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | critical | always | 2021-07-23 17:26 | 2021-07-30 08:38 | |||
Reporter | sebastien_liron | View Status | public | |||||
Assigned To | javierRodriguez | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | RR21Q4 | |||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | pi | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | pi | SCM revision | ||||||
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], | |||||||
Tags | NOR | |||||||
Attached Files | ||||||||
![]() |
||||||||||||||||||||||
|
![]() |
|
(0130824) hgbot (developer) 2021-07-28 08:53 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/528 [^] |
(0130884) hgbot (developer) 2021-07-30 08:38 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/528 [^] |
(0130885) hgbot (developer) 2021-07-30 08:38 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^] Changeset: f2593ec9d7f0311105a376692c9ac77b9fa493e7 Author: Javier Rodriguez Regueiro <javier.rodriguez@openbravo.com> Date: 2021-07-28T08:43:17+02:00 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/f2593ec9d7f0311105a376692c9ac77b9fa493e7 [^] Fixed ISSUE-47453: Replace at condition to check if lines is a Backbone collection --- M web/org.openbravo.retail.posterminal/js/model/discounts.js --- |
![]() |
|||
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 | View Revisions |
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 |
Copyright © 2000 - 2009 MantisBT Group |