Hide ACQ picklist order ident apply-all link
authorBill Erickson <berickxx@gmail.com>
Wed, 17 Jan 2018 14:09:10 +0000 (09:09 -0500)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
Apply-all action is no longer used and has problems with multi-page
selection lists.  Hide now.  Remove later.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/templates/acq/common/li_table.tt2
Open-ILS/web/js/ui/default/acq/common/li_table.js

index dd4c058..da847fa 100644 (file)
                     <td><span><a id='acq-lit-select-toggle' href='javascript:void(0);'>&#x2713</a></span></td>
                     <td>
                         [% l('Line Items') %]
+                        <!-- KCLS no longer uses
                         <span style='padding-left: 10px;'>
                             <a href='javascript:;' 
                                 id='acq-lit-apply-idents'>
                                 [% l('Apply ISBN Picker to All Items') %]
                             </a>
                         </span>
+                        -->
                     </td>
                     <td style='white-space:nowrap;'>
                         <a id='acq-inline-copies-toggle' 
index 363372d..660a4ac 100644 (file)
@@ -114,6 +114,7 @@ function AcqLiTable() {
     this.vlAgent = new VLAgent();
     this.batchProgress = {};
 
+    // KCLS TODO: remove this feature / no longer used.
     if (dojo.byId('acq-lit-apply-idents')) {
         dojo.byId('acq-lit-apply-idents').onclick = function() {
             self.applyOrderIdentValues();