Openbravo Issue Tracking System - Modules | |||||||||||||
| View Issue Details | |||||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
| 0048449 | Modules | Remittance | public | 2022-01-20 15:42 | 2022-01-20 15:42 | ||||||||
| Reporter | shuehner | ||||||||||||
| Assigned To | Triage Omni OMS | ||||||||||||
| Priority | normal | Severity | minor | Reproducibility | have not tried | ||||||||
| Status | new | Resolution | open | ||||||||||
| Platform | OS | 5 | OS Version | ||||||||||
| Product Version | |||||||||||||
| Target Version | Fixed in Version | ||||||||||||
| Merge Request Status | |||||||||||||
| Regression date | |||||||||||||
| Regression introduced by commit | |||||||||||||
| Regression level | |||||||||||||
| Review Assigned To | |||||||||||||
| Support ticket | |||||||||||||
| OBNetwork customer | No | ||||||||||||
| Regression introduced in release | |||||||||||||
| Summary | 0048449: Cleanup obsolete code related to supporting old Internet Explorer | ||||||||||||
| Description | 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 | ||||||||||||
| Steps To Reproduce | - | ||||||||||||
| Proposed Solution | |||||||||||||
| Additional Information | |||||||||||||
| Tags | No tags attached. | ||||||||||||
| Relationships |
| ||||||||||||
| Attached Files | |||||||||||||
| 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 | OBNetwork customer | => No | ||||||||||
| 2022-01-20 15:42 | shuehner | Relationship added | related to 0048435 | ||||||||||
| There are no notes attached to this issue. |