diff --git a/tailbone/views/batch/core.py b/tailbone/views/batch/core.py index c4185182..d96d84a7 100644 --- a/tailbone/views/batch/core.py +++ b/tailbone/views/batch/core.py @@ -290,6 +290,7 @@ class BatchMasterView(MasterView): kwargs['created_by'] = batch.created_by elif batch.created_by_uuid: kwargs['created_by_uuid'] = batch.created_by_uuid + kwargs['notes'] = batch.notes if hasattr(batch, 'filename'): kwargs['filename'] = batch.filename return kwargs