Fix bug in handheld batch view config
This commit is contained in:
parent
f7e70f8a30
commit
207cd6a261
|
@ -145,6 +145,7 @@ class HandheldBatchView(FileBatchMasterView):
|
|||
# fix permission group title
|
||||
config.add_tailbone_permission_group('batch.handheld', "Handheld Batches")
|
||||
|
||||
cls._filebatch_defaults(config)
|
||||
cls._batch_defaults(config)
|
||||
cls._defaults(config)
|
||||
|
||||
|
|
Loading…
Reference in a new issue