From 7d2fa377976ce78ca38d4c792482dd5e4269854d Mon Sep 17 00:00:00 2001 From: Marcin Haba Date: Fri, 15 Sep 2017 07:49:44 +0200 Subject: [PATCH] baculum: Fix listing days of week in schedule setting --- gui/baculum/protected/Web/Portlets/DirectiveSchedule.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gui/baculum/protected/Web/Portlets/DirectiveSchedule.php b/gui/baculum/protected/Web/Portlets/DirectiveSchedule.php index b34d8f1cc3..2c1be5558f 100644 --- a/gui/baculum/protected/Web/Portlets/DirectiveSchedule.php +++ b/gui/baculum/protected/Web/Portlets/DirectiveSchedule.php @@ -246,6 +246,9 @@ class DirectiveSchedule extends DirectiveListTemplate { $this->WeekRangeTo->setDirectiveValue($week_range_to); $wdays_long = array_values(Params::$wdays); + $this->Wday->setData(Params::$wdays); + $this->WdayRangeFrom->setData(Params::$wdays); + $this->WdayRangeTo->setData(Params::$wdays); $wday_single = null; $wday_range_from = null; -- 2.39.5