Project:
| View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
| ID | ||||||||||||
| 0048449 | ||||||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
| defect | [Modules] Remittance | minor | have not tried | 2022-01-20 15:42 | 2022-01-20 15:42 | |||||||
| Reporter | shuehner | View Status | public | |||||||||
| Assigned To | Triage Omni OMS | |||||||||||
| Priority | normal | Resolution | open | Fixed in Version | ||||||||
| Status | new | Fix in branch | Fixed in SCM revision | |||||||||
| Projection | none | ETA | none | Target Version | ||||||||
| OS | Any | Database | Any | Java version | ||||||||
| OS Version | Database version | Ant version | ||||||||||
| Product Version | SCM revision | |||||||||||
| 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 | - | |||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files | ||||||||||||
Relationships [ Relation Graph ]
[ Dependency Graph ]
|
|||||||||
|
|||||||||
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 |
| Copyright © 2000 - 2009 MantisBT Group |