mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
Add todo
This commit is contained in:
parent
b4bb41e0e3
commit
6055b4fca0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue