qa: Fix challenge access calculation
This commit is contained in:
parent
2f6c7ecd8b
commit
3d2606ab9c
@ -15,6 +15,11 @@ import (
|
|||||||
|
|
||||||
func reloadSettings(config *settings.Settings) {
|
func reloadSettings(config *settings.Settings) {
|
||||||
api.ManagerUsers = config.DelegatedQA
|
api.ManagerUsers = config.DelegatedQA
|
||||||
|
fic.UnlockedChallengeDepth = config.UnlockedChallengeDepth
|
||||||
|
fic.UnlockedChallengeUpTo = config.UnlockedChallengeUpTo
|
||||||
|
fic.UnlockedStandaloneExercices = config.UnlockedStandaloneExercices
|
||||||
|
fic.UnlockedStandaloneExercicesByThemeStepValidation = config.UnlockedStandaloneExercicesByThemeStepValidation
|
||||||
|
fic.UnlockedStandaloneExercicesByStandaloneExerciceValidation = config.UnlockedStandaloneExercicesByStandaloneExerciceValidation
|
||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
Loading…
Reference in New Issue
Block a user