1
0

Task Attachments (#104)

This commit is contained in:
konrad
2019-10-16 20:52:29 +00:00
committed by Gitea
parent e2f481a6e5
commit 2169464983
349 changed files with 22540 additions and 5267 deletions

View File

@ -77,7 +77,7 @@ func getNamespace(c echo.Context) (namespace *models.Namespace, err error) {
if err != nil {
return
}
namespace.ID = namespaceID
namespace = &models.Namespace{ID: namespaceID}
canRead, err := namespace.CanRead(user)
if err != nil {
return namespace, err