From: Bill Erickson Date: Mon, 10 Aug 2020 19:19:51 +0000 (-0400) Subject: LP1850825 Vandely export set default record source X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3959b9ce5651607679ebb2fb7c3df323e19e045f;p=evergreen%2Fjoelewis.git LP1850825 Vandely export set default record source Provide a default value for the record ID source (csv, id, bucket) in the Vandelay record export interface. Without this, a record source was only specified if the source value was modified. Defaults to 'csv'. Signed-off-by: Bill Erickson Signed-off-by: Rogan Hamby Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/export.component.ts b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/export.component.ts index cb302780ce..d5dc199acf 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/export.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/export.component.ts @@ -16,7 +16,7 @@ import {BasketService} from '@eg/share/catalog/basket.service'; }) export class ExportComponent implements AfterViewInit, OnInit { - recordSource: string; + recordSource = 'csv'; fieldNumber: number; selectedFile: File; recordId: number;