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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0047453
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POScriticalalways2021-07-23 17:262021-07-30 08:38
Reportersebastien_lironView Statuspublic 
Assigned TojavierRodriguez 
PriorityurgentResolutionfixedFixed in VersionRR21Q4
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Versionpi
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionpiSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0047453: issue with chrome 92 in addPromotion manual

DescriptionWith 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 Reproduceuse manual promotion on live build with chrome 92
Proposed Solution   linesToApply = (lines instanceof Backbone.Collection) ? [...lines.models] : [...lines],
TagsNOR
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0045655 closedranjith_qualiantech_com WebPOS fails with Chrome v89, because of new .at() function in Strings 
caused by feature request 0043769 closedjorge-garcia Discretionary Promotions in New Discount Engine for WebPOS state 
related to defect 0047463 closedranjith_qualiantech_com Multiupc scan problem 

-  Notes
(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
---

- 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 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 Note Added: 0130824
2021-07-28 10:36 adrianromero Relationship added related to 0047463
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
Powered by Mantis Bugtracker