Add basic support for cloning batches

For now only label batches support this by default
This commit is contained in:
Lance Edgar 2017-01-24 21:36:58 -06:00
parent b14feae0c1
commit c2a189cb40
3 changed files with 21 additions and 0 deletions

View file

@ -45,6 +45,7 @@ class LabelBatchView(BatchMasterView):
creatable = False
editable = False
rows_editable = True
cloneable = True
def _preconfigure_fieldset(self, fs):
super(LabelBatchView, self)._preconfigure_fieldset(fs)