mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 09:31:53 +01:00 
			
		
		
		
	fix panic on gogs webhook creation (#2675)
* fix panic on gogs webhook creation Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com> * fix panic in gogs webhook edit Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
This commit is contained in:
		
							parent
							
								
									ebac051e72
								
							
						
					
					
						commit
						0cef8ce192
					
				| @ -174,7 +174,7 @@ func WebHooksNewPost(ctx *context.Context, form auth.NewWebhookForm) { | |||||||
| } | } | ||||||
| 
 | 
 | ||||||
| // GogsHooksNewPost response for creating webhook | // GogsHooksNewPost response for creating webhook | ||||||
| func GogsHooksNewPost(ctx *context.Context, form auth.NewWebhookForm) { | func GogsHooksNewPost(ctx *context.Context, form auth.NewGogshookForm) { | ||||||
| 	ctx.Data["Title"] = ctx.Tr("repo.settings.add_webhook") | 	ctx.Data["Title"] = ctx.Tr("repo.settings.add_webhook") | ||||||
| 	ctx.Data["PageIsSettingsHooks"] = true | 	ctx.Data["PageIsSettingsHooks"] = true | ||||||
| 	ctx.Data["PageIsSettingsHooksNew"] = true | 	ctx.Data["PageIsSettingsHooksNew"] = true | ||||||
| @ -420,7 +420,7 @@ func WebHooksEditPost(ctx *context.Context, form auth.NewWebhookForm) { | |||||||
| } | } | ||||||
| 
 | 
 | ||||||
| // GogsHooksEditPost response for editing gogs hook | // GogsHooksEditPost response for editing gogs hook | ||||||
| func GogsHooksEditPost(ctx *context.Context, form auth.NewWebhookForm) { | func GogsHooksEditPost(ctx *context.Context, form auth.NewGogshookForm) { | ||||||
| 	ctx.Data["Title"] = ctx.Tr("repo.settings.update_webhook") | 	ctx.Data["Title"] = ctx.Tr("repo.settings.update_webhook") | ||||||
| 	ctx.Data["PageIsSettingsHooks"] = true | 	ctx.Data["PageIsSettingsHooks"] = true | ||||||
| 	ctx.Data["PageIsSettingsHooksEdit"] = true | 	ctx.Data["PageIsSettingsHooksEdit"] = true | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user