add condition for reload report button
This commit is contained in:
		
							parent
							
								
									f2d50c0de2
								
							
						
					
					
						commit
						5d6abda1df
					
				
					 2 changed files with 6 additions and 5 deletions
				
			
		|  | @ -16,7 +16,8 @@ | |||
|         <div metal:use-macro="item/report_macros/params" /> | ||||
|         <div metal:define-macro="buttons"> | ||||
|           <input type="submit" name="report_execute" value="Execute Report" | ||||
|                  i18n:attributes="value" /> | ||||
|                  i18n:attributes="value" | ||||
|                  tal:condition="item/queryFields" /> | ||||
|           <input type="submit" | ||||
|                  tal:condition="item/reportDownload" | ||||
|                  tal:attributes="name string:${item/reportDownload}:method; | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 hplattner
						hplattner