Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0027612 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | minor | have not tried | 2014-09-16 09:46 | 2014-09-26 17:50 | |||
Reporter | AugustoMauch | View Status | public | |||||
Assigned To | shankarb | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | 3.0PR14Q4 | |||
Status | closed | Fix in branch | pi | Fixed in SCM revision | cec2db9c3264 | |||
Projection | none | ETA | none | Target Version | 3.0PR14Q4 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | AugustoMauch | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | Production - QA Approved | |||||||
Regression date | 2014-05-26 | |||||||
Regression introduced in release | 3.0PR14Q3 | |||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/402d7bca3f774737bf194cb7cbe41d2454a69326 [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0027612: It is not possible to delete the contents of the Organization field using the keyboard. | |||||||
Description | It is not possible to delete the contents of the Organization field using the keyboard. Right after deleting the last character a FIC call in CHANGE mode is done, and the organization field content is reset. | |||||||
Steps To Reproduce | In any window that has an organization field (i.e. Sales Order): - Create a new record - Select all the text of the organization field and press the Delete button. The contents will be erased, and right after that they will be set again. This happens because just after the last character is deleted a FIC call in CHANGE mode is done. This FIC call should be done when the field loses the focus, not the moment when is emptied. This fix is making CI fail under some circumstances. In Q2 this issue was not reproducible. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0070136) AugustoMauch (administrator) 2014-09-16 10:01 |
In Q2 (this issue was not reproducible then), when the last character of a selector field is erased, the FIC call in CHANGE mode is done, but the value of the selector is not reset. |
(0070165) hgbot (developer) 2014-09-17 04:34 |
Repository: erp/devel/pi Changeset: cec2db9c3264b5560bc28a6d8b288b95d8993271 Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com> Date: Wed Sep 17 02:53:48 2014 +0530 URL: http://code.openbravo.com/erp/devel/pi/rev/cec2db9c3264b5560bc28a6d8b288b95d8993271 [^] Fixes Issue 0027612: Delete contents in organization selector using keyboard works handles a corner case when the whole text of the selector field is removed, FIC call is done with comboReload, but reload is not necessary for the changed column as we have just entered empty value. --- M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/UIDefinition.java --- |
(0070167) shankarb (reporter) 2014-09-17 08:36 |
Reopened to update regression fields. |
(0070179) hudsonbot (developer) 2014-09-17 13:49 |
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/c8fa8d228056 [^] Maturity status: Test |
(0070314) hgbot (developer) 2014-09-24 15:34 |
Repository: erp/devel/pi Changeset: 34db3c9da731732b229234482210d3f3228a1e5e Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com> Date: Wed Sep 24 19:00:36 2014 +0530 URL: http://code.openbravo.com/erp/devel/pi/rev/34db3c9da731732b229234482210d3f3228a1e5e [^] Related to issue 0027612 : Added test case and validation for ad_org_id The issue is reproducible only for ad_org_id column. In FIC, computeListOfColumnsSortedByValidationDependencies method, even if the changed column is ad_org_id,it is added for calculating the org dependency of other fields. So added the validation in UIDefinition to handle ad_org_id alone. Added test case to cover this scenario. --- M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/UIDefinition.java M src-test/src/org/openbravo/test/datasource/TestComboDatasource.java --- |
(0070360) hudsonbot (developer) 2014-09-25 11:30 |
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/63604e8e17b7 [^] Maturity status: Test |
(0070442) AugustoMauch (administrator) 2014-09-26 17:50 |
Code reviewed and verified in pi@f5caad158261 |
Issue History | |||
Date Modified | Username | Field | Change |
2014-09-16 09:46 | AugustoMauch | New Issue | |
2014-09-16 09:46 | AugustoMauch | Assigned To | => AugustoMauch |
2014-09-16 09:46 | AugustoMauch | Modules | => Core |
2014-09-16 09:46 | AugustoMauch | Triggers an Emergency Pack | => No |
2014-09-16 09:54 | AugustoMauch | Severity | major => minor |
2014-09-16 10:01 | AugustoMauch | Note Added: 0070136 | |
2014-09-16 10:03 | alostale | Relationship added | caused by 0026267 |
2014-09-16 10:04 | alostale | Regression level | => Production - QA Approved |
2014-09-16 10:04 | alostale | Regression introduced in release | => 3.0PR14Q3 |
2014-09-16 10:04 | alostale | Assigned To | AugustoMauch => shankarb |
2014-09-16 10:22 | alostale | Target Version | => 3.0PR14Q4 |
2014-09-17 04:31 | shankarb | Review Assigned To | => AugustoMauch |
2014-09-17 04:32 | shankarb | Issue Monitored: AugustoMauch | |
2014-09-17 04:34 | hgbot | Checkin | |
2014-09-17 04:34 | hgbot | Note Added: 0070165 | |
2014-09-17 04:34 | hgbot | Status | new => resolved |
2014-09-17 04:34 | hgbot | Resolution | open => fixed |
2014-09-17 04:34 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/cec2db9c3264b5560bc28a6d8b288b95d8993271 [^] |
2014-09-17 08:36 | shankarb | Note Added: 0070167 | |
2014-09-17 08:36 | shankarb | Status | resolved => new |
2014-09-17 08:36 | shankarb | Resolution | fixed => open |
2014-09-17 08:37 | shankarb | Regression date | => 2014-05-26 |
2014-09-17 08:37 | shankarb | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/402d7bca3f774737bf194cb7cbe41d2454a69326 [^] |
2014-09-17 08:37 | shankarb | Status | new => scheduled |
2014-09-17 08:37 | shankarb | fix_in_branch | => pi |
2014-09-17 08:37 | shankarb | Status | scheduled => resolved |
2014-09-17 08:37 | shankarb | Resolution | open => fixed |
2014-09-17 13:49 | hudsonbot | Checkin | |
2014-09-17 13:49 | hudsonbot | Note Added: 0070179 | |
2014-09-24 15:34 | hgbot | Checkin | |
2014-09-24 15:34 | hgbot | Note Added: 0070314 | |
2014-09-25 11:30 | hudsonbot | Checkin | |
2014-09-25 11:30 | hudsonbot | Note Added: 0070360 | |
2014-09-26 17:50 | AugustoMauch | Note Added: 0070442 | |
2014-09-26 17:50 | AugustoMauch | Status | resolved => closed |
2014-09-26 17:50 | AugustoMauch | Fixed in Version | => 3.0PR14Q4 |
Copyright © 2000 - 2009 MantisBT Group |