[open-ils-commits] [GIT] Evergreen ILS branch rel_3_5 updated. ee2d830686d02a37b8b26841ddd496fe1bfbe0c0

Evergreen Git git at git.evergreen-ils.org
Wed Jul 15 16:27:49 EDT 2020


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_3_5 has been updated
       via  ee2d830686d02a37b8b26841ddd496fe1bfbe0c0 (commit)
       via  26d110b62f81ae38bf2cc4e8e98d89a76c490aa3 (commit)
      from  c1f351be0393dd92251c3ca2cf5cedc8ca22b78c (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 ee2d830686d02a37b8b26841ddd496fe1bfbe0c0
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date:   Sun Jul 12 08:10:26 2020 -0700

    LP1848573: follow-up: minor changes to IDL labels for the ccs class
    
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>

diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml
index 4441571168..b2f0f16380 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -4371,13 +4371,13 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
             </actions>
         </permacrud>
 	</class>
-	<class id="ccs" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="config::copy_status" oils_persist:tablename="config.copy_status" oils_persist:restrict_primary="100" reporter:label="Copy Status" oils_persist:field_safe="true">
+	<class id="ccs" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="config::copy_status" oils_persist:tablename="config.copy_status" oils_persist:restrict_primary="100" reporter:label="Item Status" oils_persist:field_safe="true">
 		<fields oils_persist:primary="id" oils_persist:sequence="config.copy_status_id_seq">
 			<field name="holdable" reporter:datatype="bool" reporter:label="Holdable"/>
 			<field name="id" reporter:selector="name" reporter:datatype="id" reporter:label="ID"/>
 			<field name="name"  reporter:datatype="text" oils_persist:i18n="true" reporter:label="Name"/>
 			<field name="opac_visible" reporter:datatype="bool" reporter:label="OPAC Visible"/>
-            <field name="copy_active" reporter:datatype="bool" reporter:label="Active"/>
+            <field name="copy_active" reporter:datatype="bool" reporter:label="Sets Item Active"/>
             <field name="restrict_copy_delete" reporter:datatype="bool" reporter:label="Restrict Deletion"/>
             <field name="is_available" reporter:datatype="bool" reporter:label="Available"/>
 		</fields>

commit 26d110b62f81ae38bf2cc4e8e98d89a76c490aa3
Author: Shula Link <slink at gchrl.org>
Date:   Mon Mar 16 10:30:27 2020 -0400

    LP1848573: Added nice labels to Open-ILS\examples\fm_IDL.xml
    for copy status
    
    Signed-off-by: Shula Link <slink at gchrl.org>
    Signed-off-by: Rogan Hamby <rogan.hamby at gmail.com>
    Signed-off-by: Mike Risher <mrisher at catalyte.io>
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>

diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml
index 560d372eab..4441571168 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -4373,13 +4373,13 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
 	</class>
 	<class id="ccs" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="config::copy_status" oils_persist:tablename="config.copy_status" oils_persist:restrict_primary="100" reporter:label="Copy Status" oils_persist:field_safe="true">
 		<fields oils_persist:primary="id" oils_persist:sequence="config.copy_status_id_seq">
-			<field name="holdable" reporter:datatype="bool"/>
-			<field name="id" reporter:selector="name" reporter:datatype="id"/>
-			<field name="name"  reporter:datatype="text" oils_persist:i18n="true"/>
-			<field name="opac_visible" reporter:datatype="bool"/>
-            <field name="copy_active" reporter:datatype="bool"/>
-            <field name="restrict_copy_delete" reporter:datatype="bool"/>
-            <field name="is_available" reporter:datatype="bool"/>
+			<field name="holdable" reporter:datatype="bool" reporter:label="Holdable"/>
+			<field name="id" reporter:selector="name" reporter:datatype="id" reporter:label="ID"/>
+			<field name="name"  reporter:datatype="text" oils_persist:i18n="true" reporter:label="Name"/>
+			<field name="opac_visible" reporter:datatype="bool" reporter:label="OPAC Visible"/>
+            <field name="copy_active" reporter:datatype="bool" reporter:label="Active"/>
+            <field name="restrict_copy_delete" reporter:datatype="bool" reporter:label="Restrict Deletion"/>
+            <field name="is_available" reporter:datatype="bool" reporter:label="Available"/>
 		</fields>
 		<links/>
         <permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/examples/fm_IDL.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list