LP#1775466 Record entry flat display attrs link repair
authorBill Erickson <berickxx@gmail.com>
Wed, 5 Sep 2018 20:00:51 +0000 (16:00 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 6 Sep 2018 20:56:04 +0000 (16:56 -0400)
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

index 790a337..e9b2323 100644 (file)
@@ -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"/>