Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0029439Openbravo ERPA. Platformpublic2015-03-27 12:232015-03-31 00:07
umartirena 
alostale 
immediatemajorhave not tried
closedfixed 
5
 
3.0PR15Q2 
AugustoMauch
Core
Pre packaging ( pi )
2014-03-26
pi
https://code.openbravo.com/erp/devel/pi/rev/9216d290b2f2 [^]
No
0029439: Process Definition popup is not closed after executing the process behind
Process Definition popup is not closed after executing the process behind. The popup keeps opened even the process finishes successfully or raises any error. So it is impossible to know what has happened.
In Live Builds:

Go to Organization window:
 * Select F&B España, S.A org and remove its currency

Go to Costing Rule window and create a new record:
 * Org: F&B España, S.A
 * Costing Algorithm: Average Algorithm
 * Select Backdated Transactions Fixed.

Save and Click on Validate Costing Rule.

Notice that the popup keeps opened forever and it does not display nor success neither error.
If look at the log you will see that the following error has been raised:

ERROR org.openbravo.base.exception.OBException - @NoCurrencyInCostingRuleOrg@
org.openbravo.base.exception.OBException: @NoCurrencyInCostingRuleOrg@
    at org.openbravo.costing.CostingRuleProcess.execute(CostingRuleProcess.java:81)
    at org.openbravo.costing.CostingRuleProcessActionHandler.doExecute(CostingRuleProcessActionHandler.java:66)
    at org.openbravo.client.application.process.BaseProcessActionHandler.execute(BaseProcessActionHandler.java:152)
    at org.openbravo.client.kernel.BaseActionHandler.execute(BaseActionHandler.java:71)
    at org.openbravo.client.kernel.KernelServlet.processActionRequest(KernelServlet.java:294)
    at org.openbravo.client.kernel.KernelServlet.doGet(KernelServlet.java:186)
    at org.openbravo.client.kernel.KernelServlet.doPost(KernelServlet.java:267)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
No tags attached.
depends on backport 00294533.0PR15Q1.3 closed alostale Process Definition popup is not closed after executing the process behind 
caused by defect 0029388 closed alostale Duplicated records in Used Credit Source tab when clicking Done more than once in Add Details pop-up 
Issue History
2015-03-27 12:23umartirenaNew Issue
2015-03-27 12:23umartirenaAssigned To => alostale
2015-03-27 12:23umartirenaModules => Core
2015-03-27 12:23umartirenaRegression level => Pre packaging ( pi )
2015-03-27 12:23umartirenaRegression introduced in release => pi
2015-03-27 12:23umartirenaRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/9216d290b2f2 [^]
2015-03-27 12:23umartirenaTriggers an Emergency Pack => No
2015-03-30 09:57alostaleRelationship addedcaused by 0029388
2015-03-30 10:04alostaleStatusnew => scheduled
2015-03-30 10:08alostaleReview Assigned To => AugustoMauch
2015-03-30 10:08alostaleRegression date => 2014-03-26
2015-03-30 10:08hgbotCheckin
2015-03-30 10:08hgbotNote Added: 0076115
2015-03-30 10:08hgbotStatusscheduled => resolved
2015-03-30 10:08hgbotResolutionopen => fixed
2015-03-30 10:08hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/478c2849361a33e647657cec11eb3bc91c7c6807 [^]
2015-03-30 14:15AugustoMauchNote Added: 0076146
2015-03-30 14:15AugustoMauchStatusresolved => closed
2015-03-30 14:15AugustoMauchFixed in Version => 3.0PR15Q2
2015-03-31 00:07hudsonbotCheckin
2015-03-31 00:07hudsonbotNote Added: 0076161

Notes
(0076115)
hgbot   
2015-03-30 10:08   
Repository: erp/devel/pi
Changeset: 478c2849361a33e647657cec11eb3bc91c7c6807
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon Mar 30 10:07:10 2015 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/478c2849361a33e647657cec11eb3bc91c7c6807 [^]

fixed bug 29439: Process Definition without params popup is not closed

  When a process defintion has no parameters, it is not closed after execution/failure.

  The problem was due the invokation of allRequiredParametersSet which now is performed
  after validation, this method incorretly assumed there was a form with paramters.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js
---
(0076146)
AugustoMauch   
2015-03-30 14:15   
Code reviewed and verified in pi@8f36b14dbc05
(0076161)
hudsonbot   
2015-03-31 00:07   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/34da08f135b8 [^]
Maturity status: Test