Openbravo Issue Tracking System - Openbravo ERP | |||||||||||||||||||
View Issue Details | |||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||
0031904 | Openbravo ERP | A. Platform | public | 2016-01-15 11:47 | 2016-03-17 10:54 | ||||||||||||||
Reporter | maite | ||||||||||||||||||
Assigned To | caristu | ||||||||||||||||||
Priority | urgent | Severity | major | Reproducibility | always | ||||||||||||||
Status | closed | Resolution | fixed | ||||||||||||||||
Platform | OS | 5 | OS Version | ||||||||||||||||
Product Version | |||||||||||||||||||
Target Version | 3.0PR16Q2 | Fixed in Version | 3.0PR16Q2 | ||||||||||||||||
Merge Request Status | |||||||||||||||||||
Review Assigned To | alostale | ||||||||||||||||||
OBNetwork customer | |||||||||||||||||||
Web browser | |||||||||||||||||||
Modules | Core | ||||||||||||||||||
Support ticket | |||||||||||||||||||
Regression level | |||||||||||||||||||
Regression date | |||||||||||||||||||
Regression introduced in release | |||||||||||||||||||
Regression introduced by commit | |||||||||||||||||||
Triggers an Emergency Pack | No | ||||||||||||||||||
Summary | 0031904: "Filter on change" option set to N in Grid Configuration at Window/Tab/Field Level does not work | ||||||||||||||||||
Description | "Filter on change" option set to N in Grid Configuration at Window/Tab/Field Level does not work | ||||||||||||||||||
Steps To Reproduce | 1. As System Administrator, access Grid Configuration at Window/Tab/Field Level and configure: * tab= Order Invoices - Order Invoice P&E * Filter on change= no 2. Logout and login 3. Access Payment In window, run Add Details process and clean default filtering criteria in Order/Invoice grid. Start typing any Invoice document number and realize that filtering is performed before change focus | ||||||||||||||||||
Proposed Solution | Following changes provided by Augusto solve problem for standard windows, but still P&E tabs are not working with these changes: --- a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-text.js +++ b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-text.js @@ -128,7 +128,7 @@ init: function () { var field = this.grid.getField(this.name); - if (field && field.gridProps && field.gridProps.filterOnChange === false) { + if (field && field.gridProps && field.gridProps.filterEditorProperties && field.gridProps.filterEditorProperties.filterOnChange === false) { this.actOnKeypress = false; } this.Super('init', arguments); | ||||||||||||||||||
Additional Information | |||||||||||||||||||
Tags | No tags attached. | ||||||||||||||||||
Relationships |
| ||||||||||||||||||
Attached Files | |||||||||||||||||||
Issue History | |||||||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||||||
2016-01-15 11:47 | maite | New Issue | |||||||||||||||||
2016-01-15 11:47 | maite | Assigned To | => platform | ||||||||||||||||
2016-01-15 11:47 | maite | Modules | => Core | ||||||||||||||||
2016-01-15 11:47 | maite | Resolution time | => 1455231600 | ||||||||||||||||
2016-01-15 11:47 | maite | Triggers an Emergency Pack | => No | ||||||||||||||||
2016-01-15 11:49 | maite | Proposed Solution updated | |||||||||||||||||
2016-01-15 11:49 | maite | Issue Monitored: networkb | |||||||||||||||||
2016-01-15 12:50 | alostale | Status | new => acknowledged | ||||||||||||||||
2016-01-18 09:49 | caristu | Assigned To | platform => caristu | ||||||||||||||||
2016-01-18 09:49 | caristu | Status | acknowledged => scheduled | ||||||||||||||||
2016-01-19 08:51 | hgbot | Checkin | |||||||||||||||||
2016-01-19 08:51 | hgbot | Note Added: 0083390 | |||||||||||||||||
2016-01-19 08:51 | hgbot | Status | scheduled => resolved | ||||||||||||||||
2016-01-19 08:51 | hgbot | Resolution | open => fixed | ||||||||||||||||
2016-01-19 08:51 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/a4e7ab3c00b3c1147d8d540cd51a4f62193b0e94 [^] | ||||||||||||||||
2016-01-19 08:52 | caristu | Review Assigned To | => alostale | ||||||||||||||||
2016-01-19 08:52 | caristu | Issue Monitored: alostale | |||||||||||||||||
2016-01-19 10:05 | caristu | Note Added: 0083393 | |||||||||||||||||
2016-01-29 09:48 | alostale | Note Added: 0083717 | |||||||||||||||||
2016-01-29 09:48 | alostale | Status | resolved => closed | ||||||||||||||||
2016-01-29 09:48 | alostale | Fixed in Version | => 3.0PR16Q2 | ||||||||||||||||
2016-01-29 09:56 | alostale | Relationship added | related to 0028284 | ||||||||||||||||
2016-01-29 10:00 | alostale | Relationship added | related to 0032053 | ||||||||||||||||
2016-03-17 10:54 | hudsonbot | Checkin | |||||||||||||||||
2016-03-17 10:54 | hudsonbot | Note Added: 0085053 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|