mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 19:06:18 +01:00 
			
		
		
		
	Fix modal + form abuse (#34921)
See the comment. And due to the abuse, there is a regression: when the modal is hidden, the form will be reset and it can't submit. This PR fixes all problems: keep the modal with form open, and add "loading" indicator.
This commit is contained in:
		| @@ -72,6 +72,7 @@ export function initCompLabelEdit(pageSelector: string) { | ||||
|           return false; | ||||
|         } | ||||
|         submitFormFetchAction(form); | ||||
|         return false; | ||||
|       }, | ||||
|     }).modal('show'); | ||||
|   }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user