[open-ils-commits] [GIT] Evergreen ILS branch rel_2_10 updated. 800d075644c7cbe4fd28d0d5f22483a585af2507
Evergreen Git
git at git.evergreen-ils.org
Thu May 12 17:09:38 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, rel_2_10 has been updated
via 800d075644c7cbe4fd28d0d5f22483a585af2507 (commit)
from d7d281488b5ce767bc1056e6561bfc351e8a9f25 (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 800d075644c7cbe4fd28d0d5f22483a585af2507
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 a51113f..0f3098e 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -987,7 +987,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>
@@ -2985,6 +2985,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"/>
@@ -3006,6 +3007,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