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)
committerJoy Nelson <joy@bywatersolutions.com>
Mon, 10 Feb 2020 23:49:33 +0000 (23:49 +0000)
commita27c5c9dcd5f5f8cbe9af7b9b5ae0f73ac81b2cb
treef4ff8f61c8e164af3221f774b411fa5b8037a8e8
parentd3462a97cc00ed882edf83cbb5b0fde3eeb9aabe
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>
Koha/Object.pm