From af99ca790512f65a236fa45b451f87cb6892e9ed Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 19 Jan 2021 11:25:02 -0600 Subject: [PATCH] Make 'new-report' the default feature to be generated --- tailbone/views/features.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailbone/views/features.py b/tailbone/views/features.py index f2919fbc..f9c2b5c7 100644 --- a/tailbone/views/features.py +++ b/tailbone/views/features.py @@ -67,7 +67,7 @@ class GenerateFeatureView(View): feature_forms[feature.feature_key] = form result = rendered_result = None - feature_type = 'new-table' + feature_type = 'new-report' if self.request.method == 'POST': if app_form.validate(newstyle=True):