Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0045179Openbravo ERPA. Platformpublic2020-10-02 14:382020-10-05 07:27
alostale 
cberner 
urgentmajorhave not tried
closedfixed 
5
 
PR20Q3.2PR20Q3.2 
Core
No
0045179: 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 => PR20Q3.2
2020-10-05 07:24hgbotNote Added: 0123511
2020-10-05 07:27hgbotResolutionopen => fixed
2020-10-05 07:27hgbotStatusscheduled => resolved
2020-10-05 07:27hgbotFixed in Version => PR20Q3.2
2020-10-05 07:27hgbotNote Added: 0123513
2020-10-05 07:27hgbotNote Added: 0123514
2020-10-05 07:27alostaleStatusresolved => closed

Notes
(0123511)
hgbot   
2020-10-05 07:24   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/189 [^]
(0123513)
hgbot   
2020-10-05 07:27   
Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: ed8837c36c1ad08f662fd1c8bd0fff160a4bda9f
Author: Cristian Berner <cristian.berner@openbravo.com>
Date: 2020-10-05T07:25:27+02:00
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/ed8837c36c1ad08f662fd1c8bd0fff160a4bda9f [^]

Fixes ISSUE-45179: 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
---
(0123514)
hgbot   
2020-10-05 07:27   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/189 [^]