Revert "LP908568 Double-click copy opens editor"
authorChris Sharp <csharp@georgialibraries.org>
Mon, 8 Feb 2021 18:14:24 +0000 (13:14 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 8 Feb 2021 18:14:24 +0000 (13:14 -0500)
This reverts commit c2eb8179fc3d10684994b0f7eae9e8db4828d6ce.

Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.ts

index 9409767..2a58ef6 100644 (file)
@@ -319,16 +319,7 @@ export class HoldingsMaintenanceComponent implements OnInit {
 
     onRowActivate(row: any) {
         if (row.copy) {
-            // LP1888723 when the time comes
-            // this.router.navigate(['/staff/cat/volcopy/attrs/item/', row.copy.id());
-
-            this.holdings.spawnAddHoldingsUi(
-                this.recordId,
-                [row.copy.call_number()],
-                null,
-                [row.copy.id()]
-            );
-
+            // Launch copy editor?
         } else {
             this.gridTemplateContext.toggleExpandRow(row);
         }