Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0009450Openbravo ERP00. Application dictionarypublic2009-06-12 10:202009-06-17 09:42
networkb 
shuehner 
immediateminoralways
closedfixed 
5
2.50MP1 
2.40MP6 
Core
No
0009450: When a combo with a validation is included in the Search pop-up, the validation does not work
In Tax Rate window, there are two combos (C_Country_ID, C_Region_ID). The second one, has a validation to filter regions by the Country.

If those columns, are added as fields in the Search pop-up (in the toolbar) of the window, the validation for the region does not work
Go to Applicacion dictionary > Tables Adn Columns.
Search C_Tax table.
Check, C_Country_ID and C_Region_ID as "Filter columns"
Compile the application.
Go to Tax Rate window.
Open Seach pop-up, Select one country. Regions are not filtered by the country -> validation is not working
No tags attached.
blocks defect 0009335 closed shuehner When a combo with a validation is included in the Search pop-up, the validation does not work 
Issue History
2009-06-12 10:20rafarodaNew Issue
2009-06-12 10:20rafarodaAssigned To => shuehner
2009-06-12 10:20rafarodaIssue generated from0009335
2009-06-12 10:20rafarodaRelationship addedblocks 0009335
2009-06-12 10:22rafarodaNote Added: 0017234
2009-06-12 10:22rafarodaReporterrafaroda => networkb
2009-06-12 10:22rafarodaStatusnew => scheduled
2009-06-12 10:22rafarodafix_in_branch => 2.40
2009-06-12 16:03shuehnerNote Added: 0017267
2009-06-15 13:44hgbotCheckin
2009-06-15 13:44hgbotNote Added: 0017304
2009-06-15 13:44hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.40/rev/3c5c3a9181c0147efcfe9304e8783db75273abed [^]
2009-06-15 13:44hgbotCheckin
2009-06-15 13:44hgbotNote Added: 0017305
2009-06-15 13:44hgbotStatusscheduled => resolved
2009-06-15 13:44hgbotResolutionopen => fixed
2009-06-15 13:44hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/stable/2.40/rev/3c5c3a9181c0147efcfe9304e8783db75273abed [^] => http://code.openbravo.com/erp/stable/2.40/rev/54c8ee93da634cd18e109ff3461b849d3c3e421d [^]
2009-06-16 23:02psarobeStatusresolved => closed
2009-06-17 09:42psarobeFixed in Version => 2.40MP6
2009-06-17 09:50alostaleRelationship addedrelated to 0009495
2009-06-17 09:51alostaleRelationship deletedrelated to 0009495

Notes
(0017234)
rafaroda   
2009-06-12 10:22   
Backported to 2.40 by GPS request.
(0017267)
shuehner   
2009-06-12 16:03   
Locally resolved, push waiting for 2.40 branch to be unfrozen. Planned date 20.06.2009
(0017304)
hgbot   
2009-06-15 13:44   
Repository: erp/stable/2.40
Changeset: 3c5c3a9181c0147efcfe9304e8783db75273abed
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Fri Jun 12 14:06:44 2009 +0200
URL: http://code.openbravo.com/erp/stable/2.40/rev/3c5c3a9181c0147efcfe9304e8783db75273abed [^]

Issue 9450: Reformat affected files in preperation for backport 9335

---
M src/org/openbravo/erpCommon/businessUtility/Buscador.java
M src/org/openbravo/erpCommon/utility/ComboTableData.java
M src/org/openbravo/erpCommon/utility/Utility.java
---
(0017305)
hgbot   
2009-06-15 13:44   
Repository: erp/stable/2.40
Changeset: 54c8ee93da634cd18e109ff3461b849d3c3e421d
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Fri Jun 12 16:00:44 2009 +0200
URL: http://code.openbravo.com/erp/stable/2.40/rev/54c8ee93da634cd18e109ff3461b849d3c3e421d [^]

Fixed 9450: Implement ComboReloads for the SearchPopup
Backport of 9335 to 2.40 branch:
- add the frameset/hiddenFrame needed for the callouts to the search popup and add servlet code to use it
- enhance ComboTableData class with special case for search popup as its uses a different column name/request name pattern
- enhance generated ComboReloads* code to implement a different pattern as well
- change Search popup servlet to trigger the needed callouts for the ComboReloads
Extra changes needed for backport:
- Add new parameter frameName1 to Callout.{html,xml} to be able to specify framename
  in callout response, was already possible in 2.50
- new parameter has default "" and as callOuts.js treats null and "" equally no change
  in behavior for callouts not specifying the new parameter

---
M src-wad/src/org/openbravo/wad/ComboReloads.javaxml
M src-wad/src/org/openbravo/wad/Fields_data.xsql
M src/org/openbravo/erpCommon/ad_callouts/CallOut.html
M src/org/openbravo/erpCommon/ad_callouts/CallOut.xml
M src/org/openbravo/erpCommon/ad_callouts/CalloutHelper.java
M src/org/openbravo/erpCommon/businessUtility/Buscador.html
M src/org/openbravo/erpCommon/businessUtility/Buscador.java
M src/org/openbravo/erpCommon/businessUtility/Buscador_data.xsql
M src/org/openbravo/erpCommon/utility/ComboTableData.java
M src/org/openbravo/erpCommon/utility/Utility.java
A src/org/openbravo/erpCommon/businessUtility/Buscador_FS.html
A src/org/openbravo/erpCommon/businessUtility/Buscador_FS.xml
---