LP1909681 Open hold grid links in new tab (for 3.7)
authorTerran McCanna <tmccanna@georgialibraries.org>
Thu, 24 Mar 2022 18:48:14 +0000 (14:48 -0400)
committerMike Rylander <mrylander@gmail.com>
Fri, 25 Mar 2022 15:26:34 +0000 (11:26 -0400)
Followup to lp1909681_open_hold_grid_links_in_new_tabs which
resolved the same issue on 3.8 and 3.9.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.html

index f0dce35..83e6f85 100644 (file)
       </eg-grid-column>
 
       <ng-template #barcodeTmpl let-hold="row">
-        <a href="/eg/staff/cat/item/{{hold.cp_id}}/summary">
+        <a href="/eg/staff/cat/item/{{hold.cp_id}}/summary" target="_blank">
           {{hold.cp_barcode}}
         </a>
       </ng-template>
       </eg-grid-column>
 
       <ng-template #userBarcodeTmpl let-hold="row">
-        <a href="/eg/staff/circ/patron/{{hold.usr_id}}/checkout">
+        <a href="/eg/staff/circ/patron/{{hold.usr_id}}/checkout" target="_blank">
           {{hold.ucard_barcode}}
         </a>
       </ng-template>