Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0009499Openbravo ERP00. Application dictionarypublic2009-06-16 13:342009-07-13 10:22
networkb 
alostale 
immediatemajoralways
closedfixed 
30
2.40MP4 
2.40MP7 
Core
No
0009499: The validation on the parameters of a process definition, does not work with refering to fields on the popup
The validation on the parameters of a process definition, does not work with referring to fields on the popup.
It seems that there is a problem storing the values of the fields of the
popup in session variable, so you can not use them.
-Login a system administrator.
-Go to the process definition window.
-Find a process that is a database procedure
-Go to the paramters.
-If there are more than one parameters, create a validation for one field that use the other field, using the standar way to do this @variable@.
-Compile the window
-Restart tomcat
-login as a normal user
-go to the process modified and look that the validation does not work.
No tags attached.
blocks defect 0009495 closed alostale The validation on the parameters of a process definition, does not work with refering to fields on the popup 
Issue History
2009-06-16 16:17rafarodaTypedefect => backport
2009-06-16 16:17rafarodafix_in_branch => 2.40
2009-06-19 12:15alostaleNote Added: 0017465
2009-06-19 12:16hgbotCheckin
2009-06-19 12:16hgbotNote Added: 0017466
2009-06-19 12:16hgbotStatusscheduled => resolved
2009-06-19 12:16hgbotResolutionopen => fixed
2009-06-19 12:16hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.40/rev/4753086aa4dabdbfb41f8d6f973348e88db8282b [^]
2009-06-19 12:24hgbotCheckin
2009-06-19 12:24hgbotNote Added: 0017469
2009-06-19 12:24hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/stable/2.40/rev/4753086aa4dabdbfb41f8d6f973348e88db8282b [^] => http://code.openbravo.com/erp/stable/2.40/rev/b22f00a982e9ff9cd9d7ed2fa6984dc3a2864097 [^]
2009-07-13 10:22psarobeFixed in Version => 2.40MP7
2009-07-13 10:22psarobeStatusresolved => closed

Notes
(0017465)
alostale   
2009-06-19 12:15   
Note to QA:

Please take special care when reviewing this fix. It affects highly how action buttons are implemented because to support combo reloads they are now in a frame set, this changes also the request the final servlet receives.
(0017466)
hgbot   
2009-06-19 12:16   
Repository: erp/stable/2.40
Changeset: 4753086aa4dabdbfb41f8d6f973348e88db8282b
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Fri Jun 19 12:15:36 2009 +0200
URL: http://code.openbravo.com/erp/stable/2.40/rev/4753086aa4dabdbfb41f8d6f973348e88db8282b [^]

fixed bug 0009499: The validation on the parameters of a process definition, does not work with refering to fields on the popup

---
M src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml
M src-wad/src/org/openbravo/wad/ActionButton_Relation_data.xsql
M src-wad/src/org/openbravo/wad/ActionButton_Responser.javaxml
M src-wad/src/org/openbravo/wad/Fields_data.xsql
M src-wad/src/org/openbravo/wad/Template_ActionButton.html
M src-wad/src/org/openbravo/wad/Wad.java
M src-wad/src/org/openbravo/wad/WadActionButton.java
M src-wad/src/org/openbravo/wad/javasource.javaxml
M src-wad/src/org/openbravo/wad/javasource.xml
M src/org/openbravo/erpCommon/ad_actionButton/ActionButtonDefault.html
A src-wad/src/org/openbravo/wad/ComboReloadsProcess.javaxml
A src-wad/src/org/openbravo/wad/ComboReloadsProcess.xml
A src-wad/src/org/openbravo/wad/ComboReloadsProcessHelper.javaxml
A src-wad/src/org/openbravo/wad/ComboReloadsProcessHelper.xml
A src/org/openbravo/erpCommon/ad_actionButton/ActionButtonDefaultFrames.html
A src/org/openbravo/erpCommon/ad_actionButton/ActionButtonDefaultFrames.xml
A src/org/openbravo/erpCommon/utility/FieldProviderFactory.java
---
(0017469)
hgbot   
2009-06-19 12:24   
Repository: erp/stable/2.40
Changeset: b22f00a982e9ff9cd9d7ed2fa6984dc3a2864097
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Fri Jun 19 12:24:02 2009 +0200
URL: http://code.openbravo.com/erp/stable/2.40/rev/b22f00a982e9ff9cd9d7ed2fa6984dc3a2864097 [^]

issue 0009499: fixed pg problem

---
M src-wad/src/org/openbravo/wad/Fields_data.xsql
---