Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Disallowed property detected: categories.0" when editing #50

Open
Wilson110 opened this issue Mar 24, 2015 · 4 comments
Open

"Disallowed property detected: categories.0" when editing #50

Wilson110 opened this issue Mar 24, 2015 · 4 comments

Comments

@Wilson110
Copy link

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.

@lpatmo
Copy link
Owner

lpatmo commented Mar 27, 2015

++ Haven't had time to look into this, but will try to get to it next weekend unless someone can get to it earlier.

@lpatmo
Copy link
Owner

lpatmo commented Mar 27, 2015

Update: Actually, I don't see this bug anymore in my dev. Does anyone else still see it?

@awrelll
Copy link

awrelll commented Mar 30, 2015

Anyone figured out a fix so far?

@rastalamm
Copy link

@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.

I am using Telescope with SimpleSchema + AutoForm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants