Skip to content

Add parameters in toString() from ParseObject #616

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

Closed
gcostaapps opened this issue Apr 29, 2021 · 1 comment · Fixed by #812
Closed

Add parameters in toString() from ParseObject #616

gcostaapps opened this issue Apr 29, 2021 · 1 comment · Fixed by #812
Labels
type:feature New feature or improvement of existing feature

Comments

@gcostaapps
Copy link
Contributor

Hi,

As stated in #420 when we query parse objects including sub objects that are related in the query altought the response gets full data (using livelist, for normal queries I'm facing issues as in #615 ) when we print or use toString() in the ParseObject the related objects doesn't come with full data in the json.

It would be very helpful if the json came with these additional columns because it could be used in map functions.

I've found a way to do it, using toJson(full: true) from the ParseObject, but this gives lint errors that I need to ignore (because toJson is protected in the class).

As the toString() method from ParseObject just encapsulate the toJson, it would be helpful if it had the same parameters as to Json or if toJson wasn't protected.

@mtrezza mtrezza added type:feature New feature or improvement of existing feature and removed type:improvement labels Dec 6, 2021
@parse-github-assistant
Copy link

The label type:feature cannot be used in combination with type:improvement.

@parse-github-assistant parse-github-assistant bot removed the type:feature New feature or improvement of existing feature label Dec 6, 2021
@mtrezza mtrezza added the type:feature New feature or improvement of existing feature label Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or improvement of existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants