1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-31 02:59:44 +02:00

Templates document carry forward categories

This commit is contained in:
Harvey Kandola 2018-07-18 17:57:17 -04:00
parent f884926df7
commit 743eae5aad
2 changed files with 47 additions and 1 deletions

View file

@ -424,7 +424,6 @@ func (h *Handler) GetDocumentCategoryMembership(w http.ResponseWriter, r *http.R
response.WriteServerError(w, method, err)
return
}
if len(cat) == 0 {
cat = []category.Category{}
}