The change to the Hopeless Holds Interface for opening title links in
a new tab was missed in the 3.7 backport of the branch from bug
1909681. This commit adds it back.
NOTE: This branch is for rel_3_7 and ONLY rel_3_7. Other Evergreen
branches do not need it.
Signed-off-by: Jason Stephenson <jason@sigio.com>
<eg-grid-column i18n-label label="Pickup Library" path='pl_shortname'></eg-grid-column>
<ng-template #titleTmpl let-hold="row">
- <a class="no-href" routerLink="/staff/catalog/record/{{hold.record_id}}">
+ <a class="no-href" routerLink="/staff/catalog/record/{{hold.record_id}}" target="_blank">
{{hold.title}}
</a>
</ng-template>