Reputation: 3112
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?
Upvotes: 0
Views: 85
Reputation: 3604
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.
Upvotes: 1
Reputation: 4378
Try reloading the app from the drop down list of apps or signing back in.
Upvotes: 1