realm / realm-browser-osx

DEPRECATED - Realm Browser for Mac OS X has been replaced by realm-studio which is cross platform.
https://realm.io
502 stars 54 forks source link

LinkingObjects column shows zero count #337

Closed dmorrow closed 7 years ago

dmorrow commented 7 years ago

Objects with a LinkingObjects relationship don't show a correct count. All relationships show zero and clicking the link shows an empty list. Querying the relationship in code shows the correct count.

Realm Browser 2.1.10 (94) Mac OS X 10.11.6

jpsim commented 7 years ago

LinkingObjects aren't persisted in the Realm file, they're just views into the underlying data, meaning that the browser isn't aware of them. So those "inverse relationship" properties won't even display as columns in the browser.

dmorrow commented 7 years ago

I'm sorry - I was looking at an older version of the Realm where I was manually managing these values.