IDL: change label of OU column to "Owner" for claiming config tabs
authorGalen Charlton <gmc@equinoxinitiative.org>
Mon, 19 Apr 2021 22:03:00 +0000 (18:03 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 19 Apr 2021 22:03:00 +0000 (18:03 -0400)
Extends idea in LH#43

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/examples/fm_IDL.xml

index 2a60187..d2ee20b 100644 (file)
@@ -10999,7 +10999,7 @@ SELECT  usr,
        <class id="acqclt" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="acq::claim_type" oils_persist:tablename="acq.claim_type" reporter:label="Claim Type">
                <fields oils_persist:primary="id" oils_persist:sequence="acq.claim_type_id_seq">
                        <field reporter:label="Claim Type ID" name="id" reporter:datatype="id" reporter:selector="code" />
-                       <field reporter:label="Org Unit" name="org_unit" reporter:datatype="org_unit"/>
+                       <field reporter:label="Owner" name="org_unit" reporter:datatype="org_unit"/>
                        <field reporter:label="Code" name="code" reporter:datatype="text"/>
                        <field reporter:label="Description" name="description" reporter:datatype="text"/>
                </fields>
@@ -11019,7 +11019,7 @@ SELECT  usr,
        <class id="acqclet" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="acq::claim_event_type" oils_persist:tablename="acq.claim_event_type" reporter:label="Claim Event Type">
                <fields oils_persist:primary="id" oils_persist:sequence="acq.claim_event_type_id_seq">
                        <field reporter:label="Claim Event Type ID" name="id" reporter:datatype="id" reporter:selector="code" />
-                       <field reporter:label="Org Unit" name="org_unit" reporter:datatype="org_unit"/>
+                       <field reporter:label="Owner" name="org_unit" reporter:datatype="org_unit"/>
                        <field reporter:label="Code" name="code" reporter:datatype="text"/>
                        <field reporter:label="Description" name="description" reporter:datatype="text"/>
                        <field reporter:label="Library Initiated" name="library_initiated" reporter:datatype="bool"/>
@@ -11096,7 +11096,7 @@ SELECT  usr,
        <class id="acqclp" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="acq::claim_policy" oils_persist:tablename="acq.claim_policy" reporter:label="Claim Policy">
                <fields oils_persist:primary="id" oils_persist:sequence="acq.claim_policy_id_seq">
                        <field reporter:label="ID" name="id" reporter:datatype="id" reporter:selector="name"/>
-                       <field reporter:label="Org Unit" name="org_unit" reporter:datatype="org_unit"/>
+                       <field reporter:label="Owner" name="org_unit" reporter:datatype="org_unit"/>
                        <field reporter:label="Claim Policy Name" name="name" reporter:datatype="text"/>
                        <field reporter:label="Description" name="description" reporter:datatype="text"/>
                </fields>