Done
Details
Assignee
Matt WeaverMatt WeaverReporter
Kathleen MooreKathleen MoorePriority
P2Story Points
2Sprint
NoneDevelopment Team
CorsairRelease
Ramsons (R2 2024) Bug FixRCA Group
TBDTestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Matt Weaver
Matt WeaverReporter
Kathleen Moore
Kathleen MoorePriority
Story Points
2
Sprint
None
Development Team
Corsair
Release
Ramsons (R2 2024) Bug Fix
RCA Group
TBD
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created December 6, 2024 at 4:55 PM
Updated December 17, 2024 at 11:16 PM
Resolved December 16, 2024 at 4:34 PM
ENV:
Eureka ECS bugfest - https://eureka-bugfest-ramsons-consortium.int.aws.folio.org/
Eureka ECS snapshot - https://folio-etesting-snapshot-consortium.ci.folio.org/
PRE-CONDITION:
The user is created on the Central tenant. (User credentials: Emma202020 Admin#777! )
The user has the following capabilities on the Central tenant:
Module Lists + Manage
UI-Inventory + Manage
UI-Organizations + View, Edit, Create, Delete
UI-Orders Orders + View, Edit, Create ,Delete
UI-Users Loans + View, Manage
The user logs in and goes to the Lists app
STEPS.
Click on “Add” button on the top-left of the page
Add a list name and select the User entity type
Click on “Build query”
Open the Devtools → Network
Click on “Select field” dropdown, search for the field “Users — Patron group” and select it
Select any of the operators, ex. equals
Click on “Value” dropdown
ACTUAL RESULT: Displays the text “No matching items found!“.
The API GET https://kong-eureka-bugfest-ramsons-consortium.int.aws.folio.org/entity-types/e7717b38-4ff3-4fb9-ae09-b3d0c8400710/columns/group/values?search= returns 500
Response
{
"timestamp": "2024-12-06T16:48:27.557+00:00",
"status": 500,
"error": "Internal Server Error",
"path": "/entity-types/e7717b38-4ff3-4fb9-ae09-b3d0c8400710/columns/group/values"
}