Openbravo Issue Tracking System - Retail Modules
View Issue Details
0057007Retail ModulesWeb POSpublic2024-11-06 10:372024-12-16 11:47
gowthamveeramuthu 
meriem_azaf 
normalminoralways
closedfixed 
5
 
 
No
0057007: Language filter is not applying in organization window
after opening the language window, choose the record which is having language and right click on language and "use as filter".
the filter is applied but records not filtered.

but if i manually typed the language in filter and choose the option then the filter is applied properly.
in Backoffice
1. open the organization window.
2. in grid view choose the record having language and select the field and right click on it. choose "use as filter".
3. the filter is applied but results not showing.

Note that if once you filter the records by selecting the language in the filter bar, the issue is no longer reproducible
No tags attached.
png Screenshot 2024-11-06 at 3.04.48 PM.png (410,930) 2024-11-06 10:38
https://issues.openbravo.com/file_download.php?file_id=20427&type=bug
png Screenshot 2024-11-06 at 2.50.19 PM.png (266,270) 2024-11-06 10:38
https://issues.openbravo.com/file_download.php?file_id=20428&type=bug
? FilteredLanguage.webm (474,080) 2024-11-29 12:27
https://issues.openbravo.com/file_download.php?file_id=20582&type=bug
Issue History
2024-11-06 10:37gowthamveeramuthuNew Issue
2024-11-06 10:37gowthamveeramuthuAssigned To => Retail
2024-11-06 10:37gowthamveeramuthuTriggers an Emergency Pack => No
2024-11-06 10:38gowthamveeramuthuFile Added: Screenshot 2024-11-06 at 3.04.48 PM.png
2024-11-06 10:38gowthamveeramuthuFile Added: Screenshot 2024-11-06 at 2.50.19 PM.png
2024-11-06 11:23guillermogilAssigned ToRetail => Triage Platform Base
2024-11-29 12:25AugustoMauchNote Added: 0172767
2024-11-29 12:25AugustoMauchAssigned ToTriage Platform Base => gowthamveeramuthu
2024-11-29 12:25AugustoMauchStatusnew => feedback
2024-11-29 12:27AugustoMauchFile Added: FilteredLanguage.webm
2024-11-29 12:40AugustoMauchNote Added: 0172769
2024-11-29 12:40AugustoMauchStatusfeedback => new
2024-11-29 12:41AugustoMauchSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=28843#r28843
2024-11-29 12:41AugustoMauchAssigned Togowthamveeramuthu => meriem_azaf
2024-11-29 12:41AugustoMauchStatusnew => scheduled
2024-12-12 13:53hgbotNote Added: 0173237
2024-12-16 11:47hgbotNote Added: 0173331
2024-12-16 11:47hgbotResolutionopen => fixed
2024-12-16 11:47hgbotStatusscheduled => closed
2024-12-16 11:47hgbotFixed in Version => PR25Q1
2024-12-16 11:47hgbotNote Added: 0173332

Notes
(0172767)
AugustoMauch   
2024-11-29 12:25   
The issue is not reproducible, see attached video, I tested it in livebuilds. If you find other steps to reproduce, feel fee to reopen the issue
(0172769)
AugustoMauch   
2024-11-29 12:40   
Moving it back to new, steps to reproduce updated
(0173237)
hgbot   
2024-12-12 13:53   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1474 [^]
(0173331)
hgbot   
2024-12-16 11:47   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1474 [^]
(0173332)
hgbot   
2024-12-16 11:47   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 0a581324d15f4314b833666ac25c821710f7e81e
Author: Augusto Mauch <amauch@orisha.com>
Date: 16-12-2024 10:45:02
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/0a581324d15f4314b833666ac25c821710f7e81e [^]

Fixes ISSUE-57007: Using Use as Filter in language fields now works properly

The problem was that when entering information in the filter cache, it was always being introduced using "id" as a key,
but the language property required a different key, stored in field.filterEditorProperties.keyProperty. Now, on top of
keeping the "id" property, in case it is used somewhere else, we are storing in the cache entry the keyProperty as well

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
---