CAT-103 Add missing API call to XUL constants files
authorBill Erickson <berickxx@gmail.com>
Mon, 12 Jun 2017 22:04:31 +0000 (18:04 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
FM_ACP_BATCH_RETRIEVE_VIA_ACN_LIST.authoritative is referenced by XUL
but not defined.  Add it to the constants file.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/xul/staff_client/chrome/content/main/constants.js

index af3b7c0..440dc64 100644 (file)
@@ -108,6 +108,7 @@ var api = {
     'FM_ACP_RETRIEVE' : { 'app' : 'open-ils.search', 'method' : 'open-ils.search.asset.copy.fleshed2.retrieve', 'secure' : false },
     //'FM_ACP_RETRIEVE_VIA_BARCODE' : { 'app' : 'open-ils.search', 'method' : 'open-ils.search.asset.copy.find_by_barcode' },
     'FM_ACP_BATCH_RETRIEVE_VIA_ACN_LIST' : { 'app' : 'open-ils.search', 'method' : 'open-ils.search.copies.retrieve.by_cn', 'secure' : false },
+    'FM_ACP_BATCH_RETRIEVE_VIA_ACN_LIST.authoritative' : { 'app' : 'open-ils.search', 'method' : 'open-ils.search.copies.retrieve.by_cn.authoritative', 'secure' : false },
     'FM_ACP_RETRIEVE_VIA_BARCODE' : { 'app' : 'open-ils.search', 'method' : 'open-ils.search.asset.copy.fleshed2.find_by_barcode', 'secure' : false },
     'FM_ACP_RETRIEVE_VIA_BARCODE.authoritative' : { 'app' : 'open-ils.search', 'method' : 'open-ils.search.asset.copy.fleshed2.find_by_barcode.authoritative', 'secure' : false },
     'FM_ACP_FLESHED_BATCH_RETRIEVE' : { 'app' : 'open-ils.search', 'method' : 'open-ils.search.asset.copy.fleshed.batch.retrieve', 'secure' : false },