revert broken change that prevented saving changes to local repo
People who get annoyed at not being able to edit "here" can send me a patch, I don't have time for this nonsense.
This commit is contained in:
parent
9775fad542
commit
f651b87bbd
3 changed files with 3 additions and 9 deletions
|
@ -134,8 +134,7 @@ setRepoConfig uuid mremote oldc newc = do
|
|||
|
||||
editRepositoryAForm :: Bool -> RepoConfig -> MkAForm RepoConfig
|
||||
editRepositoryAForm ishere def = RepoConfig
|
||||
<$> areq (if ishere then disabledTextField else textField)
|
||||
"Name" (Just $ repoName def)
|
||||
<$> areq textField "Name" (Just $ repoName def)
|
||||
<*> aopt textField "Description" (Just $ repoDescription def)
|
||||
<*> areq (selectFieldList groups `withNote` help) "Repository group" (Just $ repoGroup def)
|
||||
<*> associateddirectory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue