From b0f99db6c9cf141fe10addccce075b95a26e6595 Mon Sep 17 00:00:00 2001 From: Bill Erickson <berickxx@gmail.com> Date: Wed, 5 Sep 2018 16:00:51 -0400 Subject: [PATCH] LP#1775466 Record entry flat display attrs link repair Fleshing 'mattrs' on a bib record should return an array (i.e. replace might_have with has_many). Signed-off-by: Bill Erickson <berickxx@gmail.com> Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org> --- Open-ILS/examples/fm_IDL.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index 790a3372e1..e9b2323360 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -3238,7 +3238,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA <link field="authority_links" reltype="has_many" key="bib" map="" class="abl"/> <link field="subscriptions" reltype="has_many" key="record_entry" map="" class="ssub"/> <link field="attrs" reltype="might_have" key="id" map="" class="mra"/> - <link field="mattrs" reltype="might_have" key="id" map="" class="mraf"/> + <link field="mattrs" reltype="has_many" key="id" map="" class="mraf"/> <link field="source" reltype="has_a" key="id" map="" class="cbs"/> <link field="display_entries" reltype="has_many" key="source" map="" class="mde"/> <link field="flat_display_entries" reltype="has_many" key="source" map="" class="mfde"/> -- 2.11.0