From e00767dd1961aa757150518b8646d83d1660bf8e Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 6 Sep 2019 10:44:28 -0400 Subject: [PATCH] LP#1816475: (follow-up) remove stray bare "ngModel" Including this in the field template for editing end_time had the effect of forcing the end date to be set to the current time instead of the current value of that field, which is unusual behavior. It also caused the form to have an automatically-invalid input state when editing a reservation with a start time that falls in the future. Signed-off-by: Galen Charlton --- .../eg2/src/app/staff/booking/reservations-grid.component.html | 1 - 1 file changed, 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/booking/reservations-grid.component.html b/Open-ILS/src/eg2/src/app/staff/booking/reservations-grid.component.html index 378e15bf41..a0579b5fc3 100644 --- a/Open-ILS/src/eg2/src/app/staff/booking/reservations-grid.component.html +++ b/Open-ILS/src/eg2/src/app/staff/booking/reservations-grid.component.html @@ -58,7 +58,6 @@