use explicit submit() in edit page to avoid spurious suppression of submit by dijit.form
This commit is contained in:
		
							parent
							
								
									62aebac146
								
							
						
					
					
						commit
						ae1ef58276
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -309,7 +309,7 @@ | ||||||
|               <input value="Save" type="submit" |               <input value="Save" type="submit" | ||||||
|                      i18n:attributes="value" |                      i18n:attributes="value" | ||||||
|                      tal:attributes="onClick python: view.closeAction(True) or |                      tal:attributes="onClick python: view.closeAction(True) or | ||||||
|                             'return true'"> |                             'submit();; return false'"> | ||||||
|               <input type="button" value="Cancel" onClick="dlg.hide();" |               <input type="button" value="Cancel" onClick="dlg.hide();" | ||||||
|                      i18n:attributes="value" |                      i18n:attributes="value" | ||||||
|                      tal:condition="view/isInnerHtml" |                      tal:condition="view/isInnerHtml" | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue