When viewing a class that has geoPoint enabled the them render function seems to fail. Looking at the object quickly with dsm I was unable to even see geoPoint data from the query even though its in my class.
This was returned
An AJAX HTTP error occurred.
HTTP Result Code: 500
Debugging information follows.
Path: /system/ajax
StatusText: Service unavailable (with message)
ResponseText: Recoverable fatal error: Object of class Parse\ParseGeoPoint could not be converted to string in _theme_table_cell() (line 2417 of /var/www/mysite.com/includes/theme.inc).
..
How to repo, I would assume just add a geoPoint to your class and add a longitude and latitude in.
Rest Example..
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | GeoPointandPointers-2669276.patch | 1.7 KB | gateway69 |
Comments
Comment #2
issa.haddadinYes GeoPoints are still not handled, i will work on it very soon.
Comment #3
gateway69 commentedI spent the time today to add in GeoPoint support and very basic Pointer support which just displays the Object Id.. here is your function with my extra code in it..
I would like to continue to work on this , I just have limited time.
Comment #4
issa.haddadinThank you very much gateway69, can you please submit it as a patch so i can port it on the next release so your name will be on the commit.
Issa.
Comment #5
gateway69 commentedHere is a patch that includes GeoPoint ability and Basic Pointer stuff..
We should look into the ability to create resizable columns.. kinda like in parse where you can drag it out to see more.. but limit it so the rows are not super long.
Comment #6
gateway69 commentedComment #8
issa.haddadinI applied patch #5 and did some changes, i can confirm that the module now handles geopoints, all those changes are deployed.