fix broken public dashboard shift links
This commit is contained in:
parent
8d8c48598f
commit
5f34e15712
|
@ -38,6 +38,7 @@ function public_dashboard_controller_free_shift($shift)
|
||||||
$room = Room($shift['RID']);
|
$room = Room($shift['RID']);
|
||||||
|
|
||||||
$free_shift = [
|
$free_shift = [
|
||||||
|
'SID' => $shift['SID'],
|
||||||
'style' => 'default',
|
'style' => 'default',
|
||||||
'start' => date('H:i', $shift['start']),
|
'start' => date('H:i', $shift['start']),
|
||||||
'end' => date('H:i', $shift['end']),
|
'end' => date('H:i', $shift['end']),
|
||||||
|
|
Loading…
Reference in New Issue