Skip to content

Commit d106c6d

Browse files
committed
Adding show_empty_dates = 1 to rota upload links - #222
1 parent 011e168 commit d106c6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pages/upload/rota-period.class.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ public static function create(DateTimeImmutable $first_day, DateTimeImmutable $l
4242
"order_by" => "name",
4343
"group_by" => "time",
4444
"date_start" => $first_day->format("Y-m-d"),
45-
"date_end" => $last_day->format("Y-m-d")
45+
"date_end" => $last_day->format("Y-m-d"),
46+
"show_empty_dates" => "1"
4647
);
4748
$href = sprintf(self::ROTA_HREF, C::$churchsuite->org, http_build_query($query_values));
4849

0 commit comments

Comments
 (0)