curbside: IDL fixes
authorGalen Charlton <gmc@equinoxinitiative.org>
Thu, 21 May 2020 22:16:55 +0000 (18:16 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Thu, 21 May 2020 23:10:56 +0000 (19:10 -0400)
* remove open-ils.pcrud as a controller for acsp

  Sticking with APIs wrapped around it for the moment.

* fix copy-and-paste-o of column name

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

index a319507..a9d3fdf 100644 (file)
@@ -4629,7 +4629,7 @@ SELECT  usr,
             <link field="usr" reltype="has_a" key="id" map="" class="au"/>
         </links>
        </class>
-       <class id="acsp" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="action::curbside" oils_persist:tablename="action.curbside" reporter:label="Curbside Appointment Slot">
+       <class id="acsp" controller="open-ils.cstore" oils_obj:fieldmapper="action::curbside" oils_persist:tablename="action.curbside" reporter:label="Curbside Appointment Slot">
                <fields oils_persist:primary="id" oils_persist:sequence="action.curbside_id_seq">
                        <field reporter:label="Appointment ID" name="id" reporter:datatype="id" />
                        <field reporter:label="Patron" name="patron" reporter:datatype="link"/>
@@ -4639,7 +4639,7 @@ SELECT  usr,
                        <field reporter:label="Staging Staff" name="stage_staff" reporter:datatype="link"/>
                        <field reporter:label="Arrival Date/Time" name="arrival" reporter:datatype="timestamp"/>
                        <field reporter:label="Delivery Date/Time" name="delivered" reporter:datatype="timestamp"/>
-                       <field reporter:label="Delivery Staff" name="stage_staff" reporter:datatype="link"/>
+                       <field reporter:label="Delivery Staff" name="delivery_staff" reporter:datatype="link"/>
                        <field reporter:label="Notes" name="notes" reporter:datatype="text"/>
                </fields>
                <links>