]> git.koha-community.org Git - koha.git/commit
Bug 29495: Add DBIC relationships back into Schema
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 17 Nov 2021 10:10:18 +0000 (10:10 +0000)
committerVictor Grousset/tuxayo <victor@tuxayo.net>
Wed, 23 Feb 2022 19:44:34 +0000 (20:44 +0100)
commited4217c31004fda2caef775392a11b9cd1ae0523
tree5c5362ccc46393f8b2bbe5dc8be3f501efae136b
parenta17902e1c503b0c4466b273b67c244465e77dcfb
Bug 29495: Add DBIC relationships back into Schema

This patch adds the relationship accessors back into the affected Schema
classes, now below the fold so they are retained during dbic rebuilds.

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
(cherry picked from commit 1a25da170839d42f912c49911f49a750b7b74ca9)
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Koha/Schema/Result/Issue.pm
Koha/Schema/Result/OldIssue.pm
Koha/Schema/Result/ReturnClaim.pm