LP1848573: Added nice labels to Open-ILS\examples\fm_IDL.xml
authorShula Link <slink@gchrl.org>
Mon, 16 Mar 2020 14:30:27 +0000 (10:30 -0400)
committerJane Sandberg <sandbej@linnbenton.edu>
Wed, 15 Jul 2020 20:26:59 +0000 (13:26 -0700)
for copy status

Signed-off-by: Shula Link <slink@gchrl.org>
Signed-off-by: Rogan Hamby <rogan.hamby@gmail.com>
Signed-off-by: Mike Risher <mrisher@catalyte.io>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/examples/fm_IDL.xml

index 560d372..4441571 100644 (file)
@@ -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">