-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Arrays of Pointers dont render correctly #275
Comments
Could the same parsing that is done on 'pointer' columns be applied when __type:Pointer is identified in the array? |
Any news about this? It could be very useful |
Therr is rreally no point to be using Parse these days. |
Why? Any valid alternative to suggest? |
Firebase? AWS?
…On Mon, Dec 9, 2019 at 1:34 PM AntonelloCherry ***@***.***> wrote:
Therr is rreally no point to be using Parse these days.
Why? Any valid alternative to suggest?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#275?email_source=notifications&email_token=AAD63FM22ZS45CDHOKV55BTQX2FRTA5CNFSM4CBI2ZGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGKFZJQ#issuecomment-563371174>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAD63FMD4OZGVD7ULSVXHCLQX2FRTANCNFSM4CBI2ZGA>
.
--
[image: photo]
Ken Kyger
Founder, FutureHax Development
<http://www.linkedin.com/in/r2doesinc/> <http://github.com/futurehax>
<http://stackexchange.com/users/1130968/r2doesinc>
<http://twitter.com/r2DoesInc>
407.965.8510
ken@futurehax.com
Skype: r2doesinc <#SignatureSanitizer_SafeHtmlFilter_>
futurehax.org
The best way to predict the future, is to create it.
Click here to schedule a meeting <https://calendly.com/futurehax>
IMPORTANT: The contents of this email and any attachments are confidential.
They are intended for the named recipient(s) only. If you have received
this email by mistake, please notify the sender immediately and do not
disclose the contents to anyone or make copies thereof.
|
@r2DoesInc I believe it was decided to make Array and Object fields to be generic as possible. This fixed a lot of decoding issues from the database. Your feature request is still up for grabs. Unfortunately we don't have enough React developers in this Dashboard repo. @AntonelloCherry Would you like to open a PR to addressed this? We are more than welcome to help. Parse is quite active and better than ever! |
Maybe not for you, but this is a very active community and there are still quite a few people using it. Yes there are alternatives, but some may prefer to avoid 'the great Google in the sky' or other options and Parse is a strong, open source alternative. |
* source: (112 commits) ci(changelog): add changelog reminder (parse-community#1764) Added missing entry to readme toc Fix typo in changelog Release 2.2.0 (parse-community#1763) fixed incorrect row height (related to parse-community#1754) Open pointer in new browser tab with [Cmd] click (parse-community#1757) Exclude hidden fields (parse-community#1734) fix: upgrade react-ace from 9.4.1 to 9.4.3 (parse-community#1762) Sidebar collapse (parse-community#1760) cell select height fix (parse-community#1754) CSV Export of class data (parse-community#1494) fix: upgrade @babel/runtime from 7.14.6 to 7.14.8 (parse-community#1755) Cloning Rows (parse-community#1697) Improve cell value copying of pointer cell (parse-community#1708) Browse as Parse.User (Continuation) (parse-community#1750) Delete index.html Arrays of Pointers dont render correctly parse-community#275 (parse-community#1727) Add option to create a field after creating a class parse-community#1726 (parse-community#1728) fixed comment style in issue template removing PR test from issue template ... # Conflicts: # package-lock.json # package.json # src/dashboard/Data/Jobs/Jobs.react.js
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Dashboard!
Environment Setup
Steps to reproduce
Pointers render with a link to the object its pointer to, unless that pointer is in an array.
[{"__type":"Pointer","className":"Connection","objectId":"8vCiwc7J1T"},{"__type":"Pointer","className":"Connection","objectId":"HHv9Oa6qFE"},{"__type":"Pointer","className":"Connection","objectId":"LTRsJIYBIH"}]
It would be nice if the pointers in an array rendered and linked to the object its pointing to as well.
Logs/Trace
Note: If you get a browser JS error please run
npm run dev
. This will provide source maps and a much more useful stack trace.The text was updated successfully, but these errors were encountered: