Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0043917Openbravo ERPA. Platformpublic2020-04-30 16:502020-05-05 11:41
Leyre 
cberner 
immediatemajoralways
closedfixed 
5
 
PR20Q3 
caristu
Core
Production - Confirmed Stable
2018-06-17
3.0PR19Q3
https://code.openbravo.com/erp/devel/pi/rev/a82f9a0e813e [^]
No
0043917: 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.
depends on backport 00439333.0PR20Q2 closed cberner Filtering in the grid is not working properly using the keybord 
depends on backport 00439343.0PR20Q1.2 closed cberner Filtering in the grid is not working properly using the keybord 
depends on backport 00439353.0PR19Q4.5 closed cberner Filtering in the grid is not working properly using the keybord 
caused by defect 0041076 closed caristu With Lazy Filtering Date filters are not applied after the value is formatted, you should change to another field 
Issue History
2020-04-30 16:50LeyreNew Issue
2020-04-30 16:50LeyreAssigned To => platform
2020-04-30 16:50LeyreModules => Core
2020-04-30 16:50LeyreResolution time => 1588802400
2020-04-30 16:50LeyreTriggers an Emergency Pack => No
2020-04-30 17:45egoitzResolution time1588802400 => 1588629600
2020-04-30 17:45egoitzPriorityurgent => immediate
2020-05-04 10:48LeyreSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=20925#r20925
2020-05-04 11:33LeyreSummaryRegistry filter problem in different windows using the "enter" key => Filtering in the grid is not working properly using the keybord
2020-05-04 11:33LeyreDescription Updatedbug_revision_view_page.php?rev_id=20929#r20929
2020-05-04 12:39cbernerAssigned Toplatform => cberner
2020-05-04 12:57cbernerRegression level => Production - Confirmed Stable
2020-05-04 12:57cbernerRegression date => 2018-06-17
2020-05-04 12:57cbernerRegression introduced in release => 3.0PR19Q3
2020-05-04 12:57cbernerRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/a82f9a0e813e [^]
2020-05-04 13:02alostaleRelationship addedcaused by 0041076
2020-05-04 19:07cbernerReview Assigned To => caristu
2020-05-05 10:53hgbotCheckin
2020-05-05 10:53hgbotNote Added: 0119554
2020-05-05 10:53hgbotStatusnew => resolved
2020-05-05 10:53hgbotResolutionopen => fixed
2020-05-05 10:53hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/085530872a7f33f404444effbd6a956c1366f4fd [^]
2020-05-05 10:55caristuStatusresolved => new
2020-05-05 10:55caristuResolutionfixed => open
2020-05-05 10:55caristuStatusnew => scheduled
2020-05-05 10:56caristuNote Added: 0119561
2020-05-05 10:56caristuStatusscheduled => resolved
2020-05-05 10:56caristuFixed in Version => 3.0PR20Q3
2020-05-05 10:56caristuResolutionopen => fixed
2020-05-05 10:56caristuStatusresolved => closed
2020-05-05 11:41caristuRelationship addeddepends on 0043935

Notes
(0119554)
hgbot   
2020-05-05 10:53   
Repository: erp/devel/pi
Changeset: 085530872a7f33f404444effbd6a956c1366f4fd
Author: Cristian Berner <cristian.berner <at> openbravo.com>
Date: Mon May 04 14:41:06 2020 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/085530872a7f33f404444effbd6a956c1366f4fd [^]

Fixes ISSUE-43917: 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
---
(0119561)
caristu   
2020-05-05 10:56   
Reviewed + tested OK.

MR: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/68 [^]