From: Bill Erickson Date: Mon, 12 Jun 2017 22:04:31 +0000 (-0400) Subject: CAT-103 Add missing API call to XUL constants files X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=47ef72346b7efc7514cf3a9c0fb5d9fc8be8b67c;p=working%2FEvergreen.git CAT-103 Add missing API call to XUL constants files 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 --- diff --git a/Open-ILS/xul/staff_client/chrome/content/main/constants.js b/Open-ILS/xul/staff_client/chrome/content/main/constants.js index af3b7c0ecd..440dc64f01 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/constants.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/constants.js @@ -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 },