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>
</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>