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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0008228
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformmajoralways2009-03-23 10:572009-04-22 00:01
ReporteralostaleView Statuspublic 
Assigned Todbaz 
PrioritynormalResolutionfixedFixed in Version2.50
StatusclosedFix in branchFixed in SCM revision7c14fe7ef522
ProjectionnoneETAnoneTarget Versionpi
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0008228: Callouts fro client and organization fields are not executed when creating a new record

DescriptionWhen a new record is created on change event is raised for all the fields in the tab except client and organization. This causes that in case there are fields depending on the values of these two, they are not properly updated.
Steps To ReproduceUsing small bazaar test data:
-Login as Openbravo Admin, Organization A.
-Go to Financial Management || Accounting || Setup || Document Type || Document Definition
-Change the organization for Standard Order document from * to A
-Go to Sales Management || Transactions || Sales Order || Header
-Create a new Order
-Check the Transaction Document drop down list -> Standard Order is not present
-Change organization to another one and change back it to A
-Now the drop down list contains Standard Order because this time the callout was executed.
Proposed SolutionIn utils.js, function updateOnChange change this line:
  if (field.name!="inpadClientId" && field.name!="inpadOrgId") field.onchange();
for
  field.onchange();
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0008376 closedalostale Set Project type button appears & disappears in Project & Service Management->Transactions->Multiphase Project 
related to defect 00109152.50MP9 closedalostale When trying to add a new tab in a deactived window, the tab is added in an different window 
related to defect 0012700 closedalostale Client dropdown shows System within a non-system client 

-  Notes
(0014877)
hgbot (developer)
2009-03-24 00:14

Repository: erp/devel/pi
Changeset: 7c14fe7ef5223beca1800ef9a3f733b32f6d5bbf
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Tue Mar 24 00:10:10 2009 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/7c14fe7ef5223beca1800ef9a3f733b32f6d5bbf [^]

Fixed bug 8228: Now Client and Organization related callouts are executed

---
M web/js/utils.js
---

- Issue History
Date Modified Username Field Change
2009-03-23 10:57 alostale New Issue
2009-03-23 10:57 alostale Assigned To => dbaz
2009-03-23 10:57 alostale Regression testing => No
2009-03-24 00:14 hgbot Checkin
2009-03-24 00:14 hgbot Note Added: 0014877
2009-03-24 00:14 hgbot Status new => resolved
2009-03-24 00:14 hgbot Resolution open => fixed
2009-03-24 00:14 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/7c14fe7ef5223beca1800ef9a3f733b32f6d5bbf [^]
2009-04-06 15:25 alostale Relationship added related to 0008376
2009-04-21 10:53 psarobe Status resolved => closed
2009-04-22 00:01 anonymous sf_bug_id 0 => 2778086
2009-11-10 11:14 alostale Relationship added related to 0010915
2010-03-17 13:43 alostale Relationship added related to 0012700


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker