From: Marcin Haba Date: Sun, 18 Aug 2019 06:24:34 +0000 (+0200) Subject: baculum: Fix displaying SqlQuery value in selection type job directive X-Git-Tag: Release-9.6.0~136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b019436627f2662d5f378d2e820a9ebd277c816;p=thirdparty%2Fbacula.git baculum: Fix displaying SqlQuery value in selection type job directive --- diff --git a/gui/baculum/protected/Web/Data/data_desc.json b/gui/baculum/protected/Web/Data/data_desc.json index 15bcee3ea..8ac5ea8c0 100644 --- a/gui/baculum/protected/Web/Data/data_desc.json +++ b/gui/baculum/protected/Web/Data/data_desc.json @@ -798,7 +798,7 @@ "ValueType": "migtype", "DefaultValue": 0, "FieldType": "ComboBox", - "Data": ["SmallestVolume", "OldestVolume", "Client", "Volume", "Job", "SQLQuery", "PoolOccupancy", "PoolTime", "PoolUncopiedJobs"] + "Data": ["SmallestVolume", "OldestVolume", "Client", "Volume", "Job", "SqlQuery", "PoolOccupancy", "PoolTime", "PoolUncopiedJobs"] }, "Accurate": { "Required": false,