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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0034749
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformminoralways2016-12-15 17:262022-02-01 08:05
ReporterairaceburuView Statuspublic 
Assigned ToTriage Platform Base 
PriorityhighResolutionopenFixed in Version
StatusacknowledgedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionpiSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0034749: SelectionChanged function is called twice per selection in P&E grids

DescriptionSelectionChanged function is called twice per selection in P&E grids
Steps To Reproduce1- 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
TagsNo 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
Powered by Mantis Bugtracker