Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0043934Openbravo ERPA. Platformpublic2020-04-30 16:502020-05-05 11:40
Leyre 
cberner 
immediatemajoralways
closedfixed 
5
 
3.0PR20Q1.2 
caristu
Core
Production - Confirmed Stable
2018-06-17
3.0PR19Q3
https://code.openbravo.com/erp/devel/pi/rev/a82f9a0e813e [^]
No
0043934: 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.0PR20Q1.2
2020-05-05 11:08hgbotCheckin
2020-05-05 11:08hgbotNote Added: 0119570
2020-05-05 11:08hgbotStatusscheduled => resolved
2020-05-05 11:08hgbotResolutionopen => fixed
2020-05-05 11:08hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/085530872a7f33f404444effbd6a956c1366f4fd [^] => http://code.openbravo.com/erp/backports/3.0PR20Q1.2/rev/9127f8d46c8c75607ee221b9781b6383aaaabde4 [^]
2020-05-05 11:09caristuStatusresolved => closed
2020-05-05 11:40caristuIssue cloned0043935

Notes
(0119570)
hgbot   
2020-05-05 11:08   
Repository: erp/backports/3.0PR20Q1.2
Changeset: 9127f8d46c8c75607ee221b9781b6383aaaabde4
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.0PR20Q1.2/rev/9127f8d46c8c75607ee221b9781b6383aaaabde4 [^]

Fixes ISSUE-43934: 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
---