aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/config.py
diff options
context:
space:
mode:
authorLovett, Trevor <trevor.lovett@att.com>2019-09-06 08:57:30 -0500
committerLovett, Trevor (tl2972) <tl2972@att.com>2019-09-06 08:58:02 -0500
commit39119b4e131155ae38f7b435fc9f3693ca924eed (patch)
treeb8e573d8cdf61fb9eeae36cfe2bf778af3ecab3d /ice_validator/config.py
parentd7f6c7ca8191822cf437997337129d087a6533f6 (diff)
Fixed GUI not saving users' prior settings
Change-Id: Id495e291ef6fe9f8ff024decfe27220a32e727ba Issue-ID: VVP-298 Signed-off-by: Lovett, Trevor <trevor.lovett@att.com>
Diffstat (limited to 'ice_validator/config.py')
-rw-r--r--ice_validator/config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ice_validator/config.py b/ice_validator/config.py
index 5ac1cf5..fa8ec62 100644
--- a/ice_validator/config.py
+++ b/ice_validator/config.py
@@ -226,6 +226,10 @@ class Config:
return self._user_settings.get("report_format", "HTML")
@property
+ def default_create_preloads(self):
+ return self._user_settings.get("create_preloads", 0)
+
+ @property
def report_formats(self):
return ["CSV", "Excel", "HTML"]