[open-ils-commits] [GIT] Evergreen ILS branch rel_3_4 updated. f043d0180c10d7fffc8c65e87d2527c582f7b5ea

Evergreen Git git at git.evergreen-ils.org
Wed Jul 15 16:27:55 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_4 has been updated
       via  f043d0180c10d7fffc8c65e87d2527c582f7b5ea (commit)
       via  bdc7d1bba8484ec10657b5638e8e47f448453245 (commit)
      from  fd0742990053634894b5d10254b812543a5f59fd (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 f043d0180c10d7fffc8c65e87d2527c582f7b5ea
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 e08cc788dd..9a3bf3ccd2 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -4369,13 +4369,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 bdc7d1bba8484ec10657b5638e8e47f448453245
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 f49c3ef2e7..e08cc788dd 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
 	</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