LP1904036 ng lint
authorBill Erickson <berickxx@gmail.com>
Wed, 19 Jan 2022 17:14:25 +0000 (12:14 -0500)
committerGalen Charlton <gmc@equinoxOLI.org>
Fri, 28 Oct 2022 00:13:39 +0000 (20:13 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>

Open-ILS/src/eg2/src/app/staff/share/circ/circ.service.ts
Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.ts
Open-ILS/src/eg2/src/app/staff/share/patron/penalty-dialog.component.ts

index 06366fc..dfd3afb 100644 (file)
@@ -928,7 +928,7 @@ export class CircService {
                     'info.checkin.transit.hold' : 'info.checkin.transit');
 
                 if (params.noop) {
-                    console.debug("Skipping route dialog on 'noop' checkin");
+                    console.debug('Skipping route dialog on "noop" checkin');
                     return Promise.resolve(result);
                 }
 
index dd5997a..3aa1915 100644 (file)
@@ -296,11 +296,6 @@ export class HoldsGridComponent implements OnInit {
             filters.fulfillment_time = null;
         }
 
-        if (this._showCanceledSince) {
-            filters.cancel_time = this._showCanceledSince.toISOString();
-        } else {
-            filters.cancel_time = null;
-        }
 
         if (this.hopeless) {
           filters['hopeless_holds'] = {
index eeaf2dc..ec0717f 100644 (file)
@@ -71,7 +71,6 @@ export class PatronPenaltyDialogComponent
     init(): Observable<any> {
         this.dataLoaded = false;
 
-        this.patronMessage = 0;
         this.initials = '';
         this.noteText = '';