This commit is contained in:
erik 2024-03-21 11:42:12 +01:00
parent b4bb41e0e3
commit 6055b4fca0

View file

@ -205,7 +205,7 @@ func SettingsPost(ctx *context.Context) {
ctx.Redirect(repo.Link() + "/settings")
return
}
// ToDo: Validate for max length before committing to db
if err := repo_service.UpdateRepository(ctx, repo, false); err != nil {
ctx.ServerError("UpdateRepository", err)
return