[open-ils-commits] [GIT] Evergreen ILS branch master updated. 6153a4277a8541c72e7101dc7051118d4d124ad7
Evergreen Git
git at git.evergreen-ils.org
Thu May 12 17:07:45 EDT 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via 6153a4277a8541c72e7101dc7051118d4d124ad7 (commit)
from 670a9115b9aaad5570f1f7143d630f0c985537e6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6153a4277a8541c72e7101dc7051118d4d124ad7
Author: blake <blake at mobiusconsortium.org>
Date: Fri Sep 18 12:24:28 2015 -0500
LP1497374 fm_IDL.xml metabib::record_attr_flat contains an incorrect link
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 at mobiusconsortium.org>
Signed-off-by: Michele Morgan <mmorgan at noblenet.org>
Signed-off-by: Kathy Lussier <klussier at masslnc.org>
diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml
index 13c94e1..04630ff 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -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">
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/examples/fm_IDL.xml | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list