New option to allow teams to self reset their progression
This commit is contained in:
parent
a0c34018cf
commit
d6ff46ca7f
9 changed files with 173 additions and 3 deletions
|
|
@ -64,4 +64,5 @@ func reloadSettings(config *settings.Settings) {
|
|||
denyNameChange = config.DenyNameChange
|
||||
acceptNewIssues = config.AcceptNewIssue
|
||||
allowRegistration = config.AllowRegistration
|
||||
enableResetProgression = config.WorkInProgress && config.CanResetProgression
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue