This commit is contained in:
nimesulide
2025-11-14 10:58:40 +08:00
repo.diff.parent 1ac1caa4a4
repo.diff.commit 5891f4f23a

repo.diff.view_file

@@ -174,7 +174,7 @@ func UpdateUser(ctx context.Context, u *user_model.User, opts *UpdateOptions) er
if opts.AllowCreateActRunner.Has() {
u.AllowCreateActRunner = opts.AllowCreateActRunner.Value()
cols = append(cols, "allow_create_actrunner")
cols = append(cols, "allow_create_act_runner")
}
if opts.RepoAdminChangeTeamAccess.Has() {
u.RepoAdminChangeTeamAccess = opts.RepoAdminChangeTeamAccess.Value()