LP1497374 fm_IDL.xml metabib::record_attr_flat contains an incorrect link
authorblake <blake@mobiusconsortium.org>
Fri, 18 Sep 2015 17:24:28 +0000 (12:24 -0500)
committerKathy Lussier <klussier@masslnc.org>
Thu, 12 May 2016 21:06:04 +0000 (17:06 -0400)
Corrected the link in fm_IDL.xml. Also added a link to metabib::record_attr_flat
in biblio::record_entry

Signed-off-by: blake <blake@mobiusconsortium.org>
Signed-off-by: Michele Morgan <mmorgan@noblenet.org>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>

Open-ILS/examples/fm_IDL.xml

index 13c94e1..04630ff 100644 (file)
@@ -988,7 +988,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
                        <field reporter:label="Value" name="value" reporter:datatype="text"  oils_obj:required="true"/>
                </fields>
                <links>
-                       <link field="source" reltype="has_a" key="id" map="" class="bre"/>
+                       <link field="id" reltype="has_a" key="id" map="" class="bre"/>
                </links>
         <permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
             <actions>
@@ -2986,6 +2986,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
                        <field reporter:label="Authority Links" name="authority_links" oils_persist:virtual="true" reporter:datatype="link"/>
                        <field reporter:label="Subscriptions" name="subscriptions" oils_persist:virtual="true" reporter:datatype="link"/>
                        <field reporter:label="SVF Attributes" name="attrs" oils_persist:virtual="true" reporter:datatype="link"/>
+                       <field reporter:label="MVF Attributes" name="mattrs" oils_persist:virtual="true" reporter:datatype="link"/>
                </fields>
                <links>
                        <link field="owner" reltype="has_a" key="id" map="" class="aou"/>
@@ -3007,6 +3008,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="source" reltype="has_a" key="id" map="" class="cbs"/>
                </links>
         <permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">