-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.4.0
-
Component/s: UI
-
Release Notes Summary:The slash character is not allowed in the saved search name.
-
Tags:
-
Backlog priority:600
-
Sprint:nxApps 2021 Cycle 2, nxApps 2021 Cycle 3
Steps to reproduce:
Scenario 1:
- Navigate to Search menu in the left panel
- Create Search by entering any text
- Now click on Save AS
- Enter the saved search name in the “Save Search” modal using slash(
/) operator and click on Save
The popup modal stays up and no error is displayed. Checking the browser console shows the following error:
Resource request failed: java.lang.IllegalArgumentException: Invalid name 'test10/new'. A DocumentModel's name cannot contain slash character. Use the parentPath to specificy the document's path.
And the following is shown in the response:
{"entity-type":"exception","status":400,"message":"java.lang.IllegalArgumentException: Invalid name 'test10/new'. A DocumentModel's name cannot contain slash character. Use the parentPath to specificy the document's path."}
Expected Behavior:
Either an error is shown saying that a '/' is not allowed in the saved search name or the search is successfully saved.
- is related to
-
WEBUI-177 Fix ability to browse up to directory "c'est un test" on Chrome
- Resolved
-
NXDOC-2318 Translate labels for Web UI 3.0.3
- Resolved
- Is referenced in