mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
Set category permissions for both users and groups
This commit is contained in:
parent
d1fdb385e9
commit
22679920d0
17 changed files with 335 additions and 124 deletions
|
@ -41,8 +41,8 @@ func (h *Handler) Meta(w http.ResponseWriter, r *http.Request) {
|
|||
|
||||
org, err := h.Store.Organization.GetOrganizationByDomain(data.URL)
|
||||
if err != nil {
|
||||
h.Runtime.Log.Error("unable to fetch request meta for "+data.URL, err)
|
||||
response.WriteForbiddenError(w)
|
||||
h.Runtime.Log.Info("unable to fetch request meta for " + data.URL)
|
||||
response.WriteNotFound(w)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue