Only include execute form if applicable, for batch grid view
This commit is contained in:
		
							parent
							
								
									26137ec81e
								
							
						
					
					
						commit
						b5613ec6dc
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -153,7 +153,9 @@ | |||
| 
 | ||||
| 
 | ||||
| % if use_buefy: | ||||
|     ${execute_form.render_deform(form_kwargs={'ref': 'actualForm'}, buttons=False)|n} | ||||
|     % if master.results_executable and request.has_perm('{}.execute_multiple'.format(permission_prefix)): | ||||
|         ${execute_form.render_deform(form_kwargs={'ref': 'actualForm'}, buttons=False)|n} | ||||
|     % endif | ||||
| % endif | ||||
| 
 | ||||
| ${parent.body()} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lance Edgar
						Lance Edgar