Done
Details
Assignee
Dmytro BykovDmytro BykovReporter
Tatsiana HryhoryevaTatsiana HryhoryevaPriority
P3Story Points
2Sprint
NoneDevelopment Team
FirebirdFix versions
Release
Quesnelia (R1 2024) Bug FixRCA Group
Implementation coding issueTestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Dmytro Bykov
Dmytro BykovReporter
Tatsiana Hryhoryeva
Tatsiana HryhoryevaPriority
Story Points
2
Sprint
None
Development Team
Firebird
Fix versions
Release
Quesnelia (R1 2024) Bug Fix
RCA Group
Implementation coding issue
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created March 1, 2024 at 4:19 PM
Updated April 17, 2024 at 11:53 AM
Resolved April 8, 2024 at 6:13 PM
Overview: When make bulk edit of large number of records (~100.000) the “Are you sure?“ form includes no records. From several attempts to get the Preview on “Are you sure?“ form some of them may be successful, but in the most cases Preview is not displayed
Steps to reproduce:
Go to “Bulk edit' app
Select “Inventory-holdings“ record type
Select “Holdings UUIDs“ record identifier
Click “or choose file“ button
Upload .csv file with ~100.000 Holdings UUIDs (attached file can be used to reproduce the issue on https://folio-testing-sprint-fs09000000.ci.folio.org/ environment)
Click “Actions“ => “Start bulk edit“
Select any option and any action to edit the records
Click “Confirm changes“ button
Check the preview on “Are you sure?“ form
Expected result: The preview on “Are you sure?“ form is populated with records to be changed
Actual result: “The list contains no items“ test is displayed instead the table with records to be changed
Additional information: The preview is rendered as soon as the UI receives “Review_changes“ status but the data with records may not be ready yet on the large number of records - to be discussed between front-end and back-end on which side to be fixed