Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||
ID | |||||||||||
0034749 | |||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||||
defect | [Openbravo ERP] A. Platform | minor | always | 2016-12-15 17:26 | 2022-02-01 08:05 | ||||||
Reporter | airaceburu | View Status | public | ||||||||
Assigned To | Triage Platform Base | ||||||||||
Priority | high | Resolution | open | Fixed in Version | |||||||
Status | acknowledged | 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 | pi | SCM revision | |||||||||
Review Assigned To | |||||||||||
Web browser | |||||||||||
Modules | Core | ||||||||||
Regression level | |||||||||||
Regression date | |||||||||||
Regression introduced in release | |||||||||||
Regression introduced by commit | |||||||||||
Triggers an Emergency Pack | No | ||||||||||
Summary | 0034749: SelectionChanged function is called twice per selection in P&E grids | ||||||||||
Description | SelectionChanged function is called twice per selection in P&E grids | ||||||||||
Steps To Reproduce | 1- Go to [Payment In] window 2- Create a dummy payment 3- Click add details 4- Using browser's dev console, put a breakpoint in "OB.APRM.AddPayment.selectionChanged" function 5- Clean the filters 6- Select one record in Order/Invoice grid 7- Notice that selectionChanged is called twice | ||||||||||
Tags | No tags attached. | ||||||||||
Attached Files | |||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
Notes | |
(0092421) caristu (developer) 2016-12-15 17:57 edited on: 2016-12-15 18:00 |
Note that OB.APRM.AddPayment.selectionChanged is workarounding this issue with the following statement: this.fireOnPause('selectionChanged' + record.id, function() { OB.APRM.AddPayment.doSelectionChanged(record, state, this.view);}, 200); Thus, the actions involving the P&E (OB.APRM.AddPayment.doSelectionChanged) are just executed once. |
Issue History | |||
Date Modified | Username | Field | Change |
2016-12-15 17:26 | airaceburu | New Issue | |
2016-12-15 17:26 | airaceburu | Assigned To | => platform |
2016-12-15 17:26 | airaceburu | Modules | => Core |
2016-12-15 17:26 | airaceburu | Triggers an Emergency Pack | => No |
2016-12-15 17:57 | caristu | Note Added: 0092421 | |
2016-12-15 17:58 | caristu | Note Edited: 0092421 | View Revisions |
2016-12-15 17:59 | caristu | Severity | major => minor |
2016-12-15 17:59 | caristu | Status | new => acknowledged |
2016-12-15 18:00 | caristu | Note Edited: 0092421 | View Revisions |
2016-12-15 18:00 | caristu | Priority | normal => high |
2016-12-15 18:49 | caristu | Summary | Payment SelectionChanged function is called twice per selection => SelectionChanged function is called twice per selection in P&E grids |
2016-12-15 18:49 | caristu | Description Updated | View Revisions |
2016-12-15 18:49 | caristu | Steps to Reproduce Updated | View Revisions |
2022-02-01 08:05 | alostale | Assigned To | platform => Triage Platform Base |
Copyright © 2000 - 2009 MantisBT Group |