-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.4.0
-
Component/s: Widgets
-
Release Notes Summary:The Path suggestion element handles when the current folder name contains a quote.
-
Tags:
-
Backlog priority:750
-
Team:GANG
-
Sprint:nxGang Sprint 11.1.13
It makes the request to retrieve the children fail because of an invalid query
Steps to reproduce:
- create a Workspace whose title is test's
- click on the + icon
- observe in the browser tools that a request has the 400 error status with this response
{"entity-type":"exception","status":400,"message":"Failed to execute query: SELECT * FROM Document WHERE ecm:parentId = '6cd48ae4-b2d1-43a4-aa1f-ede989f8a0e3' AND ecm:name LIKE 'test's%' AND ecm:mixinType = 'Folderish' AND ecm:mixinType != 'HiddenInNavigation' AND ecm:isVersion = 0 AND ecm:isTrashed = 0, Syntax error: Invalid token <s> at offset 107"}
- Is referenced in