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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0048535
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajorsometimes2022-02-04 14:342022-03-01 09:08
ReporteradrianromeroView Statuspublic 
Assigned Toadrianromero 
PrioritynormalResolutionfixedFixed in VersionRR22Q2
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tocaristu
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0048535: Payment log messages throws an exception if the parameter cannot be stringified

DescriptionLogging expressions used by the payment flow might raise an exception if objects cannot be stringified for example if there are circular references.

        OB.info(
          `ModalProviderGroup: processPayment response: ${JSON.stringify(
            response
          )}`
Steps To ReproduceN/A
Proposed SolutionReplace logging instructions by


        OB.info(
          `ModalProviderGroup: processPayment response: ${response}`);
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
caused by defect 0048413 closedadrianromero Improves client log in payments, refunds and void operations 

-  Notes
(0134791)
hgbot (developer)
2022-02-04 14:52

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/708 [^]
(0135306)
hgbot (developer)
2022-02-25 10:00

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/708 [^]
(0135307)
hgbot (developer)
2022-02-25 10:00

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 82f98c7b873d8f90868d7969b95154b365d6b69f
Author: Adrián Romero <adrian.romero@openbravo.com>
Date: 25-02-2022 08:14:14
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/82f98c7b873d8f90868d7969b95154b365d6b69f [^]

Fixes ISSUE-48535: Payment log messages throws an exception if the paramenter cannot be transformed to stringified

---
M web/org.openbravo.retail.posterminal/js/components/modalprovidergroup.js
M web/org.openbravo.retail.posterminal/js/components/modalprovidergroupvoid.js
---
(0135308)
hgbot (developer)
2022-02-25 10:00

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 53319ea85a4c9b8d02e95aa2882a41ece19d3029
Author: Adrián Romero <adrian.romero@openbravo.com>
Date: 25-02-2022 08:14:14
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/53319ea85a4c9b8d02e95aa2882a41ece19d3029 [^]

Fixes ISSUE-48535: Payment log messages throws an exception if the paramenter cannot be transformed to stringified

---
M web/org.openbravo.retail.posterminal/js/components/modalprovidergroup.js
M web/org.openbravo.retail.posterminal/js/components/modalprovidergroupvoid.js
M web/org.openbravo.retail.posterminal/js/utils/ob-utilitiesuipos.js
---

- Issue History
Date Modified Username Field Change
2022-02-04 14:34 adrianromero New Issue
2022-02-04 14:34 adrianromero Assigned To => adrianromero
2022-02-04 14:34 adrianromero Triggers an Emergency Pack => No
2022-02-04 14:35 adrianromero Relationship added caused by 0048413
2022-02-04 14:42 adrianromero Proposed Solution updated
2022-02-04 14:52 hgbot Note Added: 0134791
2022-02-04 14:54 adrianromero Status new => acknowledged
2022-02-04 14:54 adrianromero Status acknowledged => scheduled
2022-02-25 09:16 adrianromero Summary Payment log messages throws an exception if the paramenter cannot be transformed to stringified => Payment log messages throws an exception if the parameter cannot be stringified
2022-02-25 10:00 hgbot Note Added: 0135306
2022-02-25 10:00 hgbot Resolution open => fixed
2022-02-25 10:00 hgbot Status scheduled => resolved
2022-02-25 10:00 hgbot Fixed in Version => RR22Q2
2022-02-25 10:00 hgbot Note Added: 0135307
2022-02-25 10:00 hgbot Note Added: 0135308
2022-03-01 09:08 caristu Review Assigned To => caristu
2022-03-01 09:08 caristu Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker