Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0045180Openbravo ERPA. Platformpublic2020-10-02 14:382020-10-05 07:33
alostale 
cberner 
urgentmajorhave not tried
closedfixed 
5
 
PR20Q2.3PR20Q2.3 
Core
No
0045180: filter field hover is not escaped
The contents of the hover displayed for grid filter fields are not correctly escaped.
1. Open any window
2. Type in grid the grid filter a sequence that should be escaped
  -> ERROR: it is not escaped
No tags attached.
blocks defect 0045177 closed cberner filter field hover is not escaped 
Issue History
2020-10-02 14:39alostaleTypedefect => backport
2020-10-02 14:39alostaleTarget Version => PR20Q2.3
2020-10-05 07:30hgbotNote Added: 0123515
2020-10-05 07:31hgbotResolutionopen => fixed
2020-10-05 07:31hgbotStatusscheduled => resolved
2020-10-05 07:31hgbotNote Added: 0123516
2020-10-05 07:31hgbotFixed in Version => PR20Q2.3
2020-10-05 07:31hgbotNote Added: 0123517
2020-10-05 07:33alostaleStatusresolved => closed

Notes
(0123515)
hgbot   
2020-10-05 07:30   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/190 [^]
(0123516)
hgbot   
2020-10-05 07:31   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/190 [^]
(0123517)
hgbot   
2020-10-05 07:31   
Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 4dff5c7ccae174cebf2e66754b8640432ff3c10c
Author: Cristian Berner <cristian.berner@openbravo.com>
Date: 2020-10-05T07:30:30+02:00
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/4dff5c7ccae174cebf2e66754b8640432ff3c10c [^]

Fixes ISSUE-45180: filter field hover not escaping String

Filter field in grid view was not escaping the sequence of chars. It was
using the provided String as is. This fixes it by escaping the String
provided, similar to how Cell hover tooltip in grid is handled.

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