From 162afcb251072307a38808edc414313747b62565 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Mon, 8 Feb 2021 13:14:24 -0500 Subject: [PATCH] Revert "LP908568 Double-click copy opens editor" This reverts commit c2eb8179fc3d10684994b0f7eae9e8db4828d6ce. --- .../eg2/src/app/staff/catalog/record/holdings.component.ts | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.ts b/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.ts index 9409767fd5..2a58ef605c 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.ts @@ -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); } -- 2.11.0