Skip to content

Fixes ISSUE-46702: Not possible to create a new record in form view if id is present in tab

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.

Main MR

Edited by Cristian Berner

Merge request reports