From c3647fda2bc6826143f82d49341e1bcd0de6f6ea Mon Sep 17 00:00:00 2001 From: Marcin Haba Date: Sat, 18 Sep 2021 13:55:07 +0200 Subject: [PATCH] baculum: Do not require using some job resource values to ease using jobdefs - idea proposed by Heitor Faria --- gui/baculum/protected/Web/Data/data_desc.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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", -- 2.47.3