-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.0
-
Component/s: Web UI
-
Release Notes Summary:The hierarchical vocabularies used in saved searches are correctly restored.
-
Tags:
-
Backlog priority:700
-
Sprint:UI COOLDOWN - 2024-01, UI - 2024-01, UI - 2024-02
-
Story Points:5
Pre-requisite: install the attached jar to nxserver/plugins
Steps to reproduce:
- Navigate to your personal workspace
- Click on the + button and choose "document operational"
- In the creation form, set the Title with Approv1 and select "Entreprise" in the dropdown menu for Typology. Then validate with the Create button
- Repeat the previous step to create another "document operational" document with title=Approv2 and select Road for the Typology field
- Navigate to the Search menu named "Approval search"
- Once the Form panel is open, click on Search => the 2 "document operational" documents will be displayed
- Select "Entreprise" in the dropdown menu for Typology and click on Search => only the document Approv1 is displayed, as expected
- Save the search with the name "entreprise"
- In the Dropdown menu on top of the Form panel, select "Filters" to remove the previous choice
- Then select "entreprise" => observe that the Typology field is set
- Click on the Search button
- Observe that no document is returned <= that's the bug
When analyzing the payloads, we see :
- for a normal search, the value is
operational_typology: %5B%220000%2FDOCENT%22%5D
decoded into ["0000/DOCENT"]
- for the saved search, the value is
operational_typology: %5B%22DOCENT%22%5D
decoded into ["DOCENT"]
=> the parent is missing in the payload submitted by the saved search.
Note that the value is correctly saved in the SavedSearch document
"PP_Search_DocumentOperational_pp:operational_typology": [ "0000/DOCENT" ],
- is cloned by
-
WEBUI-1502 Fix Saved Search restoration/execution with hierarchical vocabularies with 3 levels
- Resolved
- links to
- mentioned in
-
Page Loading...
1.
|
QA-task | Resolved | pranit.sadashivsotre@contractors.onbase.com |