Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0030312Openbravo ERPA. Platformpublic2015-07-03 12:332022-02-01 08:09
alostale 
Triage Platform Base 
urgentmajoralways
acknowledgedopen 
5
 
 
Core
No
0030312: adaptive filtering is not working in selectors
Adaptive filtering capability (filter in client when all data is locally available) does not work when retrieving data for selectors:

  1. In selector's drop down
  2. In selector's grid filtering
  3. In standard grid while filtering by FK
Case 1

  1. Open Sales Order window and create a new record
  2. Go to BP field and type "H" -> note "Hoteles Buenas Noches" is shown and there are no other results
  3. type "o" -> check a request is done to backed to obtain again the same list of values

Case 2
  1. Open Sales Order window and create a new record
  2. Open BP selector popup and type "H" -> note "Hoteles Buenas Noches" is shown and there are no other results
  3. type "o" -> check a request is done to backed to obtain again the same list of values

Case 3
  1. Open Sales Order window in grid view
  3. Clear filters
  4. Go to BP filter field and type "H" -> note "Hoteles Buenas Noches" is shown and there are no other results
  5. type "o" -> check a request is done to backed to obtain again the same list of values
No tags attached.
related to feature request 0028959 new AugustoMauch Extend the grid configuration functionality for the requests to get the possible options for drop-downs on the filters 
related to design defect 0032425 acknowledged Triage Platform Base request on keystroke while typing on selector's drop down 
related to defect 0037097 closed platform Adaptive Filter by ID not working properly with table references using a not ID column as key column 
diff issue30312.diff (710) 2015-07-17 08:50
https://issues.openbravo.com/file_download.php?file_id=8286&type=bug
Issue History
2015-07-03 12:33alostaleNew Issue
2015-07-03 12:33alostaleAssigned To => platform
2015-07-03 12:33alostaleModules => Core
2015-07-03 12:33alostaleTriggers an Emergency Pack => No
2015-07-03 12:33alostaleSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=8974#r8974
2015-07-03 12:34alostaleRelationship addedrelated to 0028959
2015-07-03 13:07alostaleStatusnew => acknowledged
2015-07-13 13:46alostaleStatusacknowledged => scheduled
2015-07-13 13:46alostaleAssigned Toplatform => NaroaIriarte
2015-07-17 08:50NaroaIriarteNote Added: 0078900
2015-07-17 08:50NaroaIriarteFile Added: issue30312.diff
2015-07-17 08:56alostaleNote Added: 0078903
2015-07-17 08:56alostaleTypedefect => design defect
2015-07-17 08:57alostaleAssigned ToNaroaIriarte => platform
2015-07-17 08:57alostaleStatusscheduled => acknowledged
2015-07-17 08:57alostaleTarget Version3.0PR15Q4 =>
2016-05-23 12:24alostaleRelationship addedrelated to 0032425
2017-10-18 11:08caristuRelationship addedrelated to 0037097
2022-02-01 08:09alostaleAssigned Toplatform => Triage Platform Base

Notes
(0078900)
NaroaIriarte   
2015-07-17 08:50   
I have tried to fix the adaptative filtering in the popups with the attached "issue30312.diff".
It does not work fine because when a selector sets other fields besides the field for which you selected it, it fails.
(0078903)
alostale   
2015-07-17 08:56   
Promoting to design defect because this this cannot be fixed within the scope of a regular bug, it will require much more effort + testing.