LP#1218597 pending patron row-date IDL label change user/berick/lp1218597-tpac-self-reg-improvements
authorBill Erickson <berick@esilibrary.com>
Wed, 11 Sep 2013 18:19:07 +0000 (14:19 -0400)
committerBill Erickson <berick@esilibrary.com>
Wed, 11 Sep 2013 18:19:07 +0000 (14:19 -0400)
Change "Row Date" to "Create Date" as the row_date label in the IDL.
This is more consistent with other like fields viewed in the staff
client.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/examples/fm_IDL.xml

index ba8efaa..d7c4a93 100644 (file)
@@ -8942,7 +8942,7 @@ SELECT  usr,
     <class id="stgu" controller="open-ils.cstore" oils_obj:fieldmapper="staging::user_stage" oils_persist:tablename="staging.user_stage" reporter:label="User Stage">
         <fields oils_persist:primary="row_id" oils_persist:sequence="staging.user_stage_row_id_seq">
             <field reporter:label="Row ID" name="row_id" reporter:datatype="id"/>
-            <field reporter:label="Row Date" name="row_date" reporter:datatype="timestamp"/>
+            <field reporter:label="Create Date" name="row_date" reporter:datatype="timestamp"/>
             <field reporter:label="User Name" name="usrname" reporter:datatype="text"/>
             <field reporter:label="Main (Profile) Permission Group" name="profile" reporter:datatype="text"/>
             <field reporter:label="Email Address" name="email" reporter:datatype="text"/>