Task Attachments #104

Merged
konrad merged 63 commits from feature/attachments into master 2019-10-16 20:52:31 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9399c54b80 - Show all commits

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