Skip to content

fix(Database Browser): Avoid Parse transformations on array and object fields #1223

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

Conversation

douglasmuraoka
Copy link
Contributor

@douglasmuraoka douglasmuraoka commented Aug 14, 2019

Fixes #983
Fixes #285

When rendering/editing Array or Object type fields on Database Browser, we must avoid any transformations of generic data to the ParseObject format. Since these fields are generic, we can't assume it will contain Parse related content.

…t fields

Fixes parse-community#983

When rendering/editing `Array` or `Object` type fields on `Database Browser`, we must avoid any transformations of generic data to the `ParseObject` format. Since these fields are generic, we can't assume it will contain Parse related content.
Copy link
Member

@davimacedo davimacedo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@douglasmuraoka thanks for tackling this! I tested here and it seems working pretty fine to me.

@dplewis do you want to also take a look on this? It should:
close #984
close #983

@davimacedo davimacedo requested a review from dplewis August 14, 2019 23:41
@dplewis
Copy link
Member

dplewis commented Aug 14, 2019

I’ll pull it down now

Copy link
Member

@dplewis dplewis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

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