From 23ce2fb33c834dc70aea41eea4eca1f74b957239 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 28 Nov 2018 18:15:48 -0600 Subject: [PATCH] Add description, notes to default form_fields for batch views --- tailbone/views/batch/core.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tailbone/views/batch/core.py b/tailbone/views/batch/core.py index 5a786c82..d1f36c7b 100644 --- a/tailbone/views/batch/core.py +++ b/tailbone/views/batch/core.py @@ -98,13 +98,14 @@ class BatchMasterView(MasterView): form_fields = [ 'id', + 'description', + 'notes', 'created', 'created_by', 'rowcount', 'status_code', 'executed', 'executed_by', - 'purge', ] row_labels = {