Skip to content

Commit

Permalink
Update RunJobForm.php
Browse files Browse the repository at this point in the history
Added VirtualFull option for manual defined Jobs. In my case, sometimes you have a Full Job and some Incremental  ones and you just one to merge them into a new Virtual Full. From the UI it is really simple to do it if we add this option to the menu.
  • Loading branch information
tikoflano committed May 8, 2020
1 parent b1a7943 commit 4d758a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webui/module/Job/src/Job/Form/RunJobForm.php
Expand Up @@ -415,6 +415,7 @@ private function getLevelList()
$selectData['Full'] = 'Full';
$selectData['Differential'] = 'Differential';
$selectData['Incremental'] = 'Incremental';
$selectData['VirtualFull'] = 'VirtualFull';
return $selectData;
}
}

0 comments on commit 4d758a9

Please sign in to comment.