From: Marcin Haba Date: Fri, 15 Sep 2017 05:49:44 +0000 (+0200) Subject: baculum: Fix listing days of week in schedule setting X-Git-Tag: Release-9.0.5~43 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7d2fa377976ce78ca38d4c792482dd5e4269854d;p=bacula%2Fbacula baculum: Fix listing days of week in schedule setting --- 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;