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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0048449
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Modules] Remittanceminorhave not tried2022-01-20 15:422022-01-20 15:42
ReportershuehnerView Statuspublic 
Assigned ToTriage Omni OMS 
PrioritynormalResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Regression date
Regression introduced by commit
Regression level
Review Assigned To
Regression introduced in release
Summary

0048449: Cleanup obsolete code related to supporting old Internet Explorer

DescriptionThis module has some obsolete workaround for supporting old Internet Explorer.

Since 22Q1 no internet explorer is supported at all.

So that code can/should be removed.

a.) src/org/openbravo/module/remittance/ad_forms/CancelReturnRemittance.html
isIE9Strict (from backoffice web/js/utils.js) will always be false now
Just remove all that to keep the simple 'else' code-path

b.) src/org/openbravo/module/remittance/ad_actionbutton/SelectOrdersOrInvoices.html
            var browserName = getBrowserInfo('name');
            if (browserName.toUpperCase().indexOf('INTERNET EXPLORER') != -1) {
Similar cannot happen anymore, cleanup + just keep the simple 'else' code-path
Steps To Reproduce-
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0048435 closedTriage Platform Base Openbravo ERP Cleanup code related to Internet Explorer as it is now unsupported 

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2022-01-20 15:42 shuehner New Issue
2022-01-20 15:42 shuehner Assigned To => Triage Finance
2022-01-20 15:42 shuehner Relationship added related to 0048435


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker