In the Create Repository form, marking the Use sample data checkbox first and updating the Repo name afterwards is clearing the checkbox (so the user that wanted to create a repo with sample data might create it without).
This change simplifies the code, making the whole state of the checkbox local to RepositoryCreateForm.
Bug Fix
In the
Create Repository
form, marking theUse sample data
checkbox first and updating the Repo name afterwards is clearing the checkbox (so the user that wanted to create a repo with sample data might create it without).This change simplifies the code, making the whole state of the checkbox local to
RepositoryCreateForm
.Testing Details
Tested manually.