Jelajahi Sumber

cleanup workaround on daily schedule

andre 3 tahun lalu
induk
melakukan
a5f99b67e2
1 mengubah file dengan 0 tambahan dan 5 penghapusan
  1. 0 5
      app/UI/BackupJob/Providers/BackupJobProvider.php

+ 0 - 5
app/UI/BackupJob/Providers/BackupJobProvider.php

@@ -38,11 +38,6 @@ class BackupJobProvider extends BaseDataProvider implements ClientArea
         if ($this->actionElementId)
         if ($this->actionElementId)
         {
         {
             $this->data = json_decode(base64_decode($this->actionElementId), true);
             $this->data = json_decode(base64_decode($this->actionElementId), true);
-            //workarround on daily schedule
-/*            if ($this->data['starttime'] == "") {
-                $this->data['starttime'] = $this->data['dow'];
-                $this->data['dow'] = "mon,tue,wed,thu,fri,sat,sun";
-            } */
             $this->data['starttime'] == "" ?  : "off";
             $this->data['starttime'] == "" ?  : "off";
             //down
             //down
             $dow               = $this->data['dow'];
             $dow               = $this->data['dow'];