From: Marcin Haba Date: Sat, 18 Sep 2021 11:55:07 +0000 (+0200) Subject: baculum: Do not require using some job resource values to ease using jobdefs - idea... X-Git-Tag: Release-11.3.2~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09a286b1b6b1a981386cb6dbd658f79837574ee9;p=thirdparty%2Fbacula.git baculum: Do not require using some job resource values to ease using jobdefs - idea proposed by Heitor Faria --- diff --git a/gui/baculum/protected/Web/Data/data_desc.json b/gui/baculum/protected/Web/Data/data_desc.json index 055433f25..7e59f926a 100644 --- a/gui/baculum/protected/Web/Data/data_desc.json +++ b/gui/baculum/protected/Web/Data/data_desc.json @@ -471,7 +471,7 @@ "Section": "General" }, "Type": { - "Required": true, + "Required": false, "ValueType": "jobtype", "DefaultValue": 0, "FieldType": "ComboBox", @@ -487,7 +487,7 @@ "Section": "General" }, "Client": { - "Required": true, + "Required": false, "ValueType": "res", "DefaultValue": 0, "FieldType": "ComboBox", @@ -495,7 +495,7 @@ "Section": "General" }, "Fileset": { - "Required": true, + "Required": false, "ValueType": "res", "DefaultValue": 0, "FieldType": "ComboBox", @@ -503,21 +503,21 @@ "Section": "General" }, "Pool": { - "Required": true, + "Required": false, "ValueType": "res", "DefaultValue": 0, "FieldType": "ComboBox", "Section": "General" }, "Storage": { - "Required": true, + "Required": false, "ValueType": "alist_res", "DefaultValue": 0, "FieldType": "ComboBox", "Section": "General" }, "Messages": { - "Required": true, + "Required": false, "ValueType": "res", "DefaultValue": 0, "FieldType": "ComboBox",