From 0904cda2c634f33b02069892cdd149d451accfc9 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 15 Mar 2022 22:53:24 -0500 Subject: [PATCH] Always show batch params by default when viewing --- tailbone/views/batch/core.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tailbone/views/batch/core.py b/tailbone/views/batch/core.py index ae96419c..61c893e9 100644 --- a/tailbone/views/batch/core.py +++ b/tailbone/views/batch/core.py @@ -102,6 +102,7 @@ class BatchMasterView(MasterView): 'id', 'description', 'notes', + 'params', 'created', 'created_by', 'rowcount',