https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22614 --- Comment #3 from Andrew Isherwood <andrew.isherwood@ptfs-europe.com> --- Test plan: - Apply the patch - Install the FreeForm and BLDSS backends (note, these links are to the 'bug_22614_migrate_original_request' branches for these backends): - https://github.com/PTFS-Europe/koha-ill-bldss/tree/bug_22614_migrate_origina... - https://github.com/PTFS-Europe/koha-ill-freeform/tree/bug_22614_migrate_orig... - Create a request using the FreeForm backend. - On the "Manage request" screen, choose "Switch provider" > "BLDSS" - Choose an appropriate search result from the BLDSS results - TEST => Observe that the request is now displaying as originating from the BLDSS and containing metadata from the BLDSS. - Choose "ILL request log" - TEST => Observe that the log displays 'Status changed from "New request" to "Switched provider"' - TEST => Observe that the log displays 'Switched provider from "FreeForm" to "BLDSS"' - Create a request using the BLDSS backend. - On the "Manage request" screen, choose "Switch provider" > "FreeForm" - TEST => Observe that the request is now displaying as originating from FreeForm and has preserved the BLDSS metadata. - Choose "ILL request log" - TEST => Observe that the log displays 'Status changed from "New request" to "Switched provider"' - TEST => Observe that the log displays 'Switched provider from "BLDSS" to "FreeForm"' -- You are receiving this mail because: You are watching all bug changes.