Openbravo Issue Tracking System - Modules
View Issue Details
0048449ModulesRemittancepublic2022-01-20 15:422022-01-20 15:42
shuehner 
Triage Omni OMS 
normalminorhave not tried
newopen 
5
 
 
0048449: Cleanup obsolete code related to supporting old Internet Explorer
This 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
-
No tags attached.
related to defect 0048435 closed Triage Platform Base Openbravo ERP Cleanup code related to Internet Explorer as it is now unsupported 
Issue History
2022-01-20 15:42shuehnerNew Issue
2022-01-20 15:42shuehnerAssigned To => Triage Finance
2022-01-20 15:42shuehnerRelationship addedrelated to 0048435

There are no notes attached to this issue.