You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you try to edit a submitted hangout, you get this message in return: "Disallowed property detected: categories.0". According to MeteorJS documentation, this is more of a Telescope error, when a post contains properties which is only allowed if the user is an admin. Perhaps users should be allowed editing privileges on the hangouts they create/submit.
The text was updated successfully, but these errors were encountered:
@Awrell - I was running into a similar issue and was able to fix it by adding the "editableBy" attribute to my schema.
EX: editableBy: ["member", "admin"],
I can't seem to find the docs for this but it was already in the codebase I stepped into.
When you try to edit a submitted hangout, you get this message in return: "Disallowed property detected: categories.0". According to MeteorJS documentation, this is more of a Telescope error, when a post contains properties which is only allowed if the user is an admin. Perhaps users should be allowed editing privileges on the hangouts they create/submit.
The text was updated successfully, but these errors were encountered: