mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +00:00 
			
		
		
		
	fix #2268
This commit is contained in:
		@@ -60,6 +60,8 @@ func SettingsPost(ctx *middleware.Context, form auth.UpdateOrgSettingForm) {
 | 
				
			|||||||
			}
 | 
								}
 | 
				
			||||||
			return
 | 
								return
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
							// reset ctx.org.OrgLink with new name
 | 
				
			||||||
 | 
							ctx.Org.OrgLink = setting.AppSubUrl + "/org/" + form.Name
 | 
				
			||||||
		log.Trace("Organization name changed: %s -> %s", org.Name, form.Name)
 | 
							log.Trace("Organization name changed: %s -> %s", org.Name, form.Name)
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	// In case it's just a case change.
 | 
						// In case it's just a case change.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user