0

I already have an object called Permission in my Parse application. It has four properties, namely: targetObject, roles, operations and action which appear fine in the Parse application core console.

Now, I added one more property called type to the Permission object.

I am able to save the object and read back the type property in the retrieved objects but I am not able to see the new column type for this new property in the Parse application core console.

What do I need to do in order to see this new column in the console?

2 Answers 2

1

Try reloading the app from the drop down list of apps or signing back in.

Sign up to request clarification or add additional context in comments.

2 Comments

Thanks for the answer. I tried clicking the refresh icon in the data explorer which didn't show the new column. I didn't try reloading the app.
Yeah, I'm not sure why it doesn't check for new columns. I'm not 100% sure if hitting the browser refresh button will even work. But when clients add new columns, reloading the app is the way to go. I found that even trying to manually create a column with that name will throw an error saying "a variable already exists with that name" or something, even though it doesn't show up. Took me a bit to figure out as well.
1

As soon as you create a new column, simply refresh the webpage showing the Parse Data Explorer.. they are aware of this issue, but it is set as a low priority to correct.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.