Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0023716 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
design defect | [Openbravo ERP] B. User interface | critical | random | 2013-05-02 12:22 | 2013-05-23 01:32 | |||
Reporter | egoitz | View Status | public | |||||
Assigned To | AugustoMauch | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | 3.0MP23 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 918db8747bf2 | ||||
Projection | none | ETA | none | Target Version | 3.0MP23 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | shankarb | |||||||
OBNetwork customer | OBPS | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | Production - Confirmed Stable | |||||||
Regression date | 2013-01-25 | |||||||
Regression introduced in release | ||||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/d0d2ca046bbb2b054d43a31a4cba76d02949e4e0 [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0023716: Sometimes the grid does not filter properly with the values entered | |||||||
Description | Sometimes the grid does not filter properly with the values entered. ncaught TypeError: Cannot read property 'criteria' of null 7134e0bae500b2f5d8af5300d699c21a.js:448 isc.OBMiniDateRangeItem.addProperties.makeLogicalDates 7134e0bae500b2f5d8af5300d699c21a.js:448 isc.OBMiniDateRangeItem.addProperties.getCriterion 7134e0bae500b2f5d8af5300d699c21a.js:448 isc_DynamicForm__getMappedCriteriaValues ISC_Combined.js:11220 isc_DynamicForm_getValuesAsCriteria ISC_Combined.js:11219 isc_RecordEditor__getFilterCriteria ISC_Combined.js:9904 isc_RecordEditor_performFilter ISC_Combined.js:9901 isc_RecordEditor_performAction ISC_Combined.js:9892 isc_RecordEditor_cellEditEnd ISC_Combined.js:9923 isc_ListGrid_editorKeyPress ISC_Combined.js:7508 isc_c_Class_invokeSuper ISC_Combined.js:290 isc_c_Class_Super ISC_Combined.js:281 isc_RecordEditor_editorKeyPress ISC_Combined.js:9927 isc.A.editFormDefaults.itemKeyPress ISC_Combined.js:7450 isc_FormItem__fireKeyPressHandlers ISC_Combined.js:12525 isc_FormItem_handleKeyPress ISC_Combined.js:12521 isc_c_Class_invokeSuper ISC_Combined.js:290 isc_c_Class_Super ISC_Combined.js:281 isc_TextItem_handleKeyPress ISC_Combined.js:12941 isc_c_EventHandler_bubbleEvent ISC_Combined.js:1690 isc_c_EventHandler_handleKeyPress ISC_Combined.js:1431 isc_c_EventHandler__handleNativeKeyPress ISC_Combined.js:1426 isc_c_EventHandler_dispatch ISC_Combined.js:1753 (anonymous function) | |||||||
Steps To Reproduce | Happens sometimes. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0058408) hgbot (developer) 2013-05-02 12:27 |
Repository: erp/devel/pi Changeset: 918db8747bf2c014a6ed52f61bf9e7c039bc1a77 Author: Augusto Mauch <augusto.mauch <at> openbravo.com> Date: Thu May 02 12:27:03 2013 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/918db8747bf2c014a6ed52f61bf9e7c039bc1a77 [^] Fixes issue 23716: Handles special case when criteria is null --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-minidaterange.js --- |
(0058409) AugustoMauch (administrator) 2013-05-02 12:30 |
Sometimes in the ob-formitem-minidaterange.getCriterion() function, the blurValue of the date filter returns null, when it usually returns en empty string. This case was not being handled. To test this, replace this line: var value = this.blurValue(); with this line: var value = null; Then open any window, make visible the Created column and try to filter that column, and others. |
(0058410) shankarb (viewer) 2013-05-02 13:00 |
Code reviewed and tested in pi changeset 918db8747bf2. |
(0058758) hudsonbot (viewer) 2013-05-23 01:32 |
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/97c7f6256af7 [^] Maturity status: Test |
![]() |
|||
Date Modified | Username | Field | Change |
2013-05-02 12:22 | egoitz | New Issue | |
2013-05-02 12:22 | egoitz | Assigned To | => AugustoMauch |
2013-05-02 12:22 | egoitz | Modules | => Core |
2013-05-02 12:22 | egoitz | OBNetwork customer | => Yes |
2013-05-02 12:22 | egoitz | Triggers an Emergency Pack | => No |
2013-05-02 12:27 | AugustoMauch | Issue Monitored: shankarb | |
2013-05-02 12:27 | AugustoMauch | Review Assigned To | => shankarb |
2013-05-02 12:27 | hgbot | Checkin | |
2013-05-02 12:27 | hgbot | Note Added: 0058408 | |
2013-05-02 12:27 | hgbot | Status | new => resolved |
2013-05-02 12:27 | hgbot | Resolution | open => fixed |
2013-05-02 12:27 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/918db8747bf2c014a6ed52f61bf9e7c039bc1a77 [^] |
2013-05-02 12:30 | AugustoMauch | Note Added: 0058409 | |
2013-05-02 12:37 | AugustoMauch | Regression level | => Production - Confirmed Stable |
2013-05-02 12:38 | AugustoMauch | Regression date | => 2013-01-25 |
2013-05-02 12:38 | AugustoMauch | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/d0d2ca046bbb2b054d43a31a4cba76d02949e4e0 [^] |
2013-05-02 13:00 | shankarb | Note Added: 0058410 | |
2013-05-02 13:00 | shankarb | Status | resolved => closed |
2013-05-02 13:00 | shankarb | Fixed in Version | => 3.0MP23 |
2013-05-23 01:32 | hudsonbot | Checkin | |
2013-05-23 01:32 | hudsonbot | Note Added: 0058758 |
Copyright © 2000 - 2009 MantisBT Group |