LP1864371 Remove extra match set data source
authorBill Erickson <berickxx@gmail.com>
Fri, 26 Jun 2020 18:52:09 +0000 (14:52 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 6 Aug 2020 16:34:31 +0000 (12:34 -0400)
Remove an erroneous [dataSource]="queueSource" attribute from the
Vandelay Match Set grid, which was causing the grid to think it had no
data source.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>

Open-ILS/src/eg2/src/app/staff/cat/vandelay/match-set-list.component.html

index 67c9588..fd4a9d4 100644 (file)
@@ -20,8 +20,7 @@
 </ng-template>
 
 <eg-grid #grid [dataSource]="gridSource" [cellTextGenerator]="cellTextGenerator"
-  persistKey="cat.vandelay.match_set.list"
-  idlClass="vms" [dataSource]="queueSource">
+  persistKey="cat.vandelay.match_set.list" idlClass="vms">
   <eg-grid-toolbar-button label="New Match Set" i18n-label [action]="createNew">
   </eg-grid-toolbar-button>
   <eg-grid-toolbar-action label="Delete Selected" i18n-label