remove links for what boils down to marc 508 and 511
authorJason Etheridge <jason@EquinoxOLI.org>
Thu, 17 Nov 2022 18:34:15 +0000 (13:34 -0500)
committerJason Etheridge <jason@EquinoxOLI.org>
Wed, 4 Jan 2023 13:44:01 +0000 (08:44 -0500)
Signed-off-by: Jason Etheridge <jason@EquinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/share/bib-staff-view/bib-staff-view.component.html

index 91be699..a482a14 100644 (file)
@@ -58,9 +58,7 @@
                 <div class="col-sm-8 bib-details">
                     <ul>
                         <li *ngFor="let _performer of summary.display.performers">
-                            <a href="/eg2/staff/catalog/search?query={{_performer}}&fieldClass=author&joinOp=&matchOp=contains&dateOp=is">
-                                {{_performer}}
-                            </a>
+                            {{_performer}}
                         </li>
                     </ul>
                 </div>
@@ -88,9 +86,7 @@
                 <div class="col-sm-8 bib-details">
                     <ul>
                         <li *ngFor="let _credit of summary.display.production_credits">
-                            <a href="/eg2/staff/catalog/search?query={{_credit}}&fieldClass=author&joinOp=&matchOp=contains&dateOp=is">
-                                {{_credit}}
-                            </a>
+                            {{_credit}}
                         </li>
                     </ul>
                 </div>