Add basic support for cloning batches
For now only label batches support this by default
This commit is contained in:
		
							parent
							
								
									b14feae0c1
								
							
						
					
					
						commit
						c2a189cb40
					
				
					 3 changed files with 21 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -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)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue