From: Bill Erickson <berickxx@gmail.com>
Date: Wed, 5 Sep 2018 20:00:51 +0000 (-0400)
Subject: LP#1775466 Record entry flat display attrs link repair
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b0f99db6c9cf141fe10addccce075b95a26e6595;p=evergreen%2Fjoelewis.git

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>
---

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"/>