Skip to content

Commit

Permalink
Merge pull request #474 from Sae126V/GT-187-Extended-PR-to-support-se…
Browse files Browse the repository at this point in the history
…lecting-multiple-sites-and-endpoints

[GT-187] Re-add line of code removed erroneously in #471
  • Loading branch information
gregcorbett authored Aug 31, 2023
2 parents 13386c7 + 4270513 commit 9f6e769
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/web_portal/views/downtime/edit_downtime.php
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ class="form-control" id="Select_Sites" name="select_sites" size="10"
* Set the start and finish times (don't echo in the full date,
* just the time values, time widget didn't like timestamp with date)
*/
$('#startTime').data("DateTimePicker").date("<?php echo date_format($startDate,"H:i"); ?>");
$('#endTime').data("DateTimePicker").date("<?php echo date_format($endDate,"H:i"); ?>");

// By default select the original affected services and endpoints
Expand Down

0 comments on commit 9f6e769

Please sign in to comment.