Bug 24213: Fix Koha::Object->get_from_storage if the object has been deleted
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 11 Dec 2019 08:39:30 +0000 (09:39 +0100)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 14 Feb 2020 20:58:21 +0000 (20:58 +0000)
commitf79f4dc5b1c78db56d43e097d5188aef49a75fe7
tree946dcd6e8800762e856e88a5125c19443fb28cf9
parentf45c4b8f3a03e84e36bca002896cebbab8640bd8
Bug 24213: Fix Koha::Object->get_from_storage if the object has been deleted

Without this patch it fails with something like:
  DBIC result _type  isn't of the _type Subscription at t/db_dependent/Biblio.t line 627.

Test plan:
- Apply the first patch (Add tests)
- Confirm that they fail
- Apply this patch
- Confirm that the tests pass

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
(cherry picked from commit a27c5c9dcd5f5f8cbe9af7b9b5ae0f73ac81b2cb)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Koha/Object.pm