Done
Details
Assignee
Tatsiana HryhoryevaTatsiana HryhoryevaReporter
Magda ZacharskaMagda ZacharskaPriority
P3Story Points
2Sprint
NoneDevelopment Team
FirebirdFix versions
Release
Sunflower (R1 2025)TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Tatsiana Hryhoryeva
Tatsiana HryhoryevaReporter
Magda Zacharska
Magda ZacharskaPriority
Story Points
2
Sprint
None
Development Team
Firebird
Fix versions
Release
Sunflower (R1 2025)
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created October 23, 2024 at 5:11 PM
Updated March 13, 2025 at 8:24 AM
Resolved January 13, 2025 at 7:10 PM
When UI make a call to another module and the other module is down or is not able the process the request, UI should provide details to the user so that a better information can be provided if for troubleshooting.
Scenario 1
Given Bulk edit forms
When ui-bulk-edit makes a call to another module and the module is not able to process the request
Then the error message contains: “<module-name> returns status code: <status-code> - <error details>. “
The <module-name> is the name of the FOLIO module as used in http calls. If the response from the failing module does not contain the details then the <error details> should contain the standard error statuses for http calls: , for example “mod-users returns status code: 503 - Service Unavailable.”
Examples of calls to non bulk-operation module:
/entity-types/:id Get entity types (mod-fqm-manager)
/publications - Get different entities based on tenant (locations, notes) (mod-consortia)
/perms/permissions - Get all permissions (mod-permissions)
/holdings-note-types - Holdings Note types (mod-inventory-storage)
/instance-note-types - Instance Note types (mod-inventory-storage)
/item-note-types - Item Note types (mod-inventory-storage)
/loan-types - Loan types (mod-inventory-storage)
/groups - Get all user groups (mod-users)