admin: can edit flags after creation
This commit is contained in:
parent
fdafbed237
commit
ff98bfa79f
@ -221,6 +221,8 @@ func updateExerciceKey(key fic.Key, exercice fic.Exercice, body []byte) (interfa
|
||||
key.Label = uk.Label
|
||||
}
|
||||
|
||||
key.Checksum = uk.Hash
|
||||
|
||||
if _, err := key.Update(); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user