LP#867691: Authority match sets are not working
authorMark Cooper <markchristophercooper@gmail.com>
Fri, 12 Oct 2012 23:18:28 +0000 (16:18 -0700)
committerBill Erickson <berick@esilibrary.com>
Fri, 8 Mar 2013 19:47:01 +0000 (14:47 -0500)
Authority match sets are not supported so hide the option for now.
It's confusing having it there.

[with minor conflict resolution]

Signed-off-by: Mark Cooper <markchristophercooper@gmail.com>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/templates/conify/global/vandelay/match_set.tt2

index 819ee9e..da14f89 100644 (file)
@@ -38,7 +38,7 @@
         [%# for the origin of these hard coded options, see the definition
         of vandelay.match_set.mtype in 012.schema.vandelay.sql %]
         <option value="biblio">[% l('biblio') %]</option>
-        <option value="authority">[% l('authority') %]</option>
+        <!-- XXX: nah <option value="authority">[% l('authority') %]</option> -->
         <!-- XXX: nah <option value="mfhd">[% l('mfhd') %]</option> -->
     </select>
 </div>