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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0043398
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSminoralways2020-03-03 11:262020-03-03 11:34
Reporterjorge_acostaView Statuspublic 
Assigned ToRetail 
PrioritylowResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0043398: Not validated hook on obsmail_hook_preordersave.js

DescriptionClient detected that the hook in obsmail_hook_preordersave.js doesn't validate if it has been cancelled, so if a previous hook has been cancelled this one will not take it in account.
Steps To ReproduceCheck the conditions of the hook in obsmail_hook_preordersave.js
Proposed SolutionProposed by the client : ( at the beginning of the hook )

if (args && args.cancellation && args.cancellation === true) {
    OB.UTIL.HookManager.callbackExecutor(args, callbacks);
    return;
}
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2020-03-03 11:26 jorge_acosta New Issue
2020-03-03 11:26 jorge_acosta Assigned To => Retail
2020-03-03 11:26 jorge_acosta Triggers an Emergency Pack => No
2020-03-03 11:34 Practics Issue Monitored: Practics


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker