LP#1842765: fix filter checkboxes on Vandelay Inspect Queue user/jeffdavis/lp1842765-inspect-queue-checkboxes
authorJeff Davis <jeff.davis@bc.libraries.coop>
Wed, 9 Oct 2019 18:19:19 +0000 (11:19 -0700)
committerJeff Davis <jeff.davis@bc.libraries.coop>
Wed, 9 Oct 2019 18:34:17 +0000 (11:34 -0700)
Signed-off-by: Jeff Davis <jeff.davis@bc.libraries.coop>
Open-ILS/src/eg2/src/app/share/grid/grid-toolbar.component.html

index d75ef88..5b2d603 100644 (file)
@@ -19,7 +19,7 @@
         <label class="form-check-label">
           <input class="form-check-input" type="checkbox"
             [(ngModel)]="cb.isChecked"
-            (click)="cb.onChange($event.target.checked)"/>
+            (click)="cb.onChange.emit($event.target.checked)"/>
             {{cb.label}}
         </label>
       </ng-container>