Done
Details
Assignee
Artem BlazhkoArtem BlazhkoReporter
Oleksandr HrushaOleksandr HrushaLabels
Priority
P3Story Points
0.5Sprint
NoneDevelopment Team
VegaFix versions
Release
Ramsons (R2 2024)RCA Group
Requirements changeTestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Artem Blazhko
Artem BlazhkoReporter
Oleksandr Hrusha
Oleksandr HrushaLabels
Priority
Story Points
0.5
Sprint
None
Development Team
Vega
Fix versions
Release
Ramsons (R2 2024)
RCA Group
Requirements change
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created April 23, 2024 at 9:14 AM
Updated December 9, 2024 at 1:30 PM
Resolved September 30, 2024 at 2:06 PM
Purposed solution:
Ensure that he UI passes the exact barcode that is entered into the barcode box (check in / out) is passed to all backend calls. The trim function should not be performed.
Overview:
In the check out app and the check in app, whitespace is trimmed when it appears at the beginning or end of a barcode. (For example, “10101” and “10101 “ and “ 10101” all bring up the same item.) This means that a user can enter a barcode that begins or ends with whitespace and the item will still check out correctly.
Steps to Reproduce:
Log in to folio-snapshot as diku_admin
Find an item and add a check in note
Check in the item but include a space after the barcode
Expected Results:
Pop up notes should appear for all items that are successfully check in
Actual Results:
Adding whitespace to the start or the end of the barcode results in the transaction going through WITHOUT the pop up note being displayed to the staff user.
Original Title:
When checking in items, an added space will cause check in notes to not pop up