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:
Joey Hess 2013-06-18 17:02:58 -04:00
parent 9775fad542
commit f651b87bbd
3 changed files with 3 additions and 9 deletions

View file

@ -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