LP#1638299: add new authority.thesaurus columns to IDL
authorGalen Charlton <gmc@equinoxinitiative.org>
Fri, 1 Sep 2017 02:30:02 +0000 (22:30 -0400)
committerKathy Lussier <klussier@masslnc.org>
Fri, 1 Sep 2017 19:45:34 +0000 (15:45 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/examples/fm_IDL.xml

index f96d39d..a5ba954 100644 (file)
@@ -2556,6 +2556,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
                        <field reporter:label="Control Set" name="control_set" reporter:datatype="link"/>
                        <field reporter:label="Name" name="name" reporter:datatype="text" oils_persist:i18n="true" oils_obj:required="true" />
                        <field reporter:label="Description" name="description" reporter:datatype="text" oils_persist:i18n="true" />
+                       <field reporter:label="Short Code" name="short_code" reporter:datatype="text" />
+                       <field reporter:label="URI" name="uri" reporter:datatype="text" />
                </fields>
                <links>
                        <link field="control_set" reltype="has_a" key="id" map="" class="acs"/>