LP1849212: add a way for black marc Type fixed field to simplified editor
authorJane Sandberg <sandbej@linnbenton.edu>
Wed, 2 Sep 2020 19:18:50 +0000 (12:18 -0700)
committerJane Sandberg <sandbej@linnbenton.edu>
Wed, 2 Sep 2020 19:18:50 +0000 (12:18 -0700)
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/src/eg2/src/app/staff/share/marc-edit/simplified-editor/simplified-editor.component.html

index df23cb9..5c1c8fd 100644 (file)
@@ -9,7 +9,9 @@
     <div class="row">
       <div class="col-lg-3" i18n>Type</div>
       <div class="col-lg-9">
-        <eg-combobox #typeCombobox [entries]="marcTypes" formControlName="marcType"></eg-combobox>
+        <eg-combobox #typeCombobox [entries]="marcTypes" formControlName="marcType">
+          <eg-combobox-entry entryId=" " entryLabel="Default" [selected]="true"></eg-combobox-entry>
+        </eg-combobox>
       </div>
     </div>   
     <ng-container *ngFor="let field of fields">