Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0043933Openbravo ERPA. Platformpublic2020-04-30 16:502020-05-05 11:06
Leyre 
cberner 
immediatemajoralways
closedfixed 
5
 
3.0PR20Q23.0PR20Q2 
caristu
Core
Production - Confirmed Stable
2018-06-17
3.0PR19Q3
https://code.openbravo.com/erp/devel/pi/rev/a82f9a0e813e [^]
No
0043933: Filtering in the grid is not working properly using the keybord
When filtering in the grid on a window configured with lazy filtering, it is needed to click 2 times the intro key to apply the filtering. In previous releases pressing intro only once after fill the value on the filter the filtering was being applied.
Backend as system admin:
1. Open the "Grid Configuration at Window/Tab/Field level" window.
2. Add a record:
   2.1. Tab: Header - Sales Invoice
   2.2. Lazy Filtering on Grid = Yes
3. Logout/login

4. Open the "Sales invoice" window
5. Fill the date field by typing "29-04-2020"
6. Click "enter" on the keyboard -> the filter does not work the first time
7. Click "enter" a second time on the keyboard -> the filter works correctly the second time.

-> This worked correctly in 19Q2.3 version

-> This started working incorrectly in 19Q3.3 version
No tags attached.
blocks defect 0043917 closed cberner Filtering in the grid is not working properly using the keybord 
Issue History
2020-05-05 10:55caristuTypedefect => backport
2020-05-05 10:55caristuTarget Version => 3.0PR20Q2
2020-05-05 11:05hgbotCheckin
2020-05-05 11:05hgbotNote Added: 0119569
2020-05-05 11:05hgbotStatusscheduled => resolved
2020-05-05 11:05hgbotResolutionopen => fixed
2020-05-05 11:05hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/085530872a7f33f404444effbd6a956c1366f4fd [^] => http://code.openbravo.com/erp/backports/3.0PR20Q2/rev/ca1493652ddc2cb96f46df446906d832a984da51 [^]
2020-05-05 11:06caristuStatusresolved => closed
2020-05-05 11:06caristuFixed in Version => 3.0PR20Q2

Notes
(0119569)
hgbot   
2020-05-05 11:05   
Repository: erp/backports/3.0PR20Q2
Changeset: ca1493652ddc2cb96f46df446906d832a984da51
Author: Cristian Berner <cristian.berner <at> openbravo.com>
Date: Tue May 05 11:03:21 2020 +0200
URL: http://code.openbravo.com/erp/backports/3.0PR20Q2/rev/ca1493652ddc2cb96f46df446906d832a984da51 [^]

Fixes ISSUE-43933: Filter by single date with lazy filtering on first enter

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-minidaterange.js
---