Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0009335 | Openbravo ERP | 00. Application dictionary | public | 2009-06-04 14:12 | 2009-06-18 00:00 |
|
Reporter | networkb | |
Assigned To | shuehner | |
Priority | immediate | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50MP1 | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0009335: When a combo with a validation is included in the Search pop-up, the validation does not work |
Description | 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 |
Steps To Reproduce | Login as system administrator role
Go to Applicacion dictionary > Tables Adn Columns.
Search C_Tax table.
Move to columns tab and check, C_Country_ID and C_Region_ID as "Filter columns"
Logout and login as openbravo admin
Go to Tax Rate window.
Open Seach pop-up, Select one country. Regions are not filtered by the country -> validation is not working
To test the fix is correct, select spain as a country. The combo region should be filled. Then select other country and the combo region should blank |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | backport | 0009450 | | closed | shuehner | When a combo with a validation is included in the Search pop-up, the validation does not work | has duplicate | defect | 0007418 | | closed | shuehner | Validations are not respected when Searching records | related to | defect | 0009495 | | closed | alostale | The validation on the parameters of a process definition, does not work with refering to fields on the popup | related to | defect | 0009535 | | closed | shuehner | Default action (Enter key for OK) in search popup does not work anymore | related to | defect | 0011171 | 2.50MP11 | closed | alostale | Sales order window: Pop-up search->Transactional document combo box empty |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2009-06-04 14:12 | networkb | New Issue | |
2009-06-04 14:12 | networkb | Assigned To | => rafaroda |
2009-06-04 14:12 | networkb | OBNetwork customer | => Yes |
2009-06-04 16:29 | rafaroda | Assigned To | rafaroda => shuehner |
2009-06-04 16:29 | rafaroda | Status | new => scheduled |
2009-06-04 16:30 | rafaroda | Relationship added | has duplicate 0007418 |
2009-06-08 21:56 | hgbot | Checkin | |
2009-06-08 21:56 | hgbot | Note Added: 0017117 | |
2009-06-08 21:56 | hgbot | Status | scheduled => resolved |
2009-06-08 21:56 | hgbot | Resolution | open => fixed |
2009-06-08 21:56 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/eb284f20977d6407c6b4fe45af33daab8895226c [^] |
2009-06-08 21:59 | shuehner | Note Added: 0017118 | |
2009-06-12 10:20 | rafaroda | Issue cloned | 0009450 |
2009-06-12 10:20 | rafaroda | Relationship added | depends on 0009450 |
2009-06-12 16:09 | hgbot | Checkin | |
2009-06-12 16:09 | hgbot | Note Added: 0017268 | |
2009-06-12 16:09 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/eb284f20977d6407c6b4fe45af33daab8895226c [^] => http://code.openbravo.com/erp/devel/pi/rev/9af62e75f669def2e9eada02a27ff601c0d8edfa [^] |
2009-06-16 23:05 | psarobe | Proposed Solution updated | |
2009-06-16 23:06 | psarobe | Note Added: 0017370 | |
2009-06-17 09:51 | alostale | Relationship added | related to 0009495 |
2009-06-17 10:46 | arunkumar | Status | resolved => closed |
2009-06-17 10:46 | arunkumar | Note Added: 0017380 | |
2009-06-18 00:00 | anonymous | sf_bug_id | 0 => 2807996 |
2009-06-18 12:20 | shuehner | Relationship added | related to 0009535 |
2009-11-16 13:32 | alostale | Relationship added | related to 0011171 |
Notes |
|
(0017117)
|
hgbot
|
2009-06-08 21:56
|
|
Repository: erp/devel/pi
Changeset: eb284f20977d6407c6b4fe45af33daab8895226c
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Mon Jun 08 21:55:51 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/eb284f20977d6407c6b4fe45af33daab8895226c [^]
Fixed 9335: Implement ComboReloads for the search popup:
- 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
---
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/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
---
|
|
|
|
Note to QA for testing needed in addition to new functionality:
As common code used by all ComboBoxes, ComboReloads was touched please test that this functions unrelated to the Search Popup still work fine. There should be zero behavior change for these. |
|
|
(0017268)
|
hgbot
|
2009-06-12 16:09
|
|
|
|
|
Stefan regardind on your note to QA.
Can you give us some examples about how this change can affect the application. You explanation is not clear enough
thanks in advantage |
|
|
|
when we select the country the regions are filtered according to the country. |
|